openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
SQLite
Settings
|
Report Duplicate
1,477
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 3 of 74
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
In JSON - minor code cleanup and refactoring with a small size reduction and performance increase.
D. Richard Hipp
More...
about 1 year ago
Remove redundant conditional from sqlite3ExprCanBeNull().
D. Richard Hipp
More...
about 1 year ago
On second thought, we don't really need sqlite_dbdata accessible to the CLI.
D. Richard Hipp
More...
about 1 year ago
Fix harmless compiler warning in the randomjson.c extension.
D. Richard Hipp
More...
about 1 year ago
More precise computation of the size of data structures in the query planner. Response to [forum:/forumpost/7d8685d49d|Forum post 7d8685d49d].
D. Richard Hipp
More...
about 1 year ago
Add ALWAYS() and NEVER() on branches made unreachable by recent changes.
D. Richard Hipp
More...
about 1 year ago
Ignore COLLATE operators when determining whether the result of a subexpression should be shallow-copied or deep-copied.
D. Richard Hipp
More...
about 1 year ago
Test case for the previous check-in.
D. Richard Hipp
More...
about 1 year ago
When unable to resolve an identifier, change the Expr node into TK_NULL rather than TK_COLUMN, to prevent any downstream misuse of the non-existent column. dbsqlfuzz 71869261db80a95e4733afa10ff5724bf3c78592.
D. Richard Hipp
More...
about 1 year ago
Always make the sqlite_dbdata virtual table available in the CLI.
D. Richard Hipp
More...
about 1 year ago
Extra ALWAYS() macros to verify state in the sqlite3ExprCanBeNull() routine.
D. Richard Hipp
More...
about 1 year ago
Remove a stray comment in the JSON code.
D. Richard Hipp
More...
about 1 year ago
New JSON invariant test cases.
D. Richard Hipp
More...
about 1 year ago
Add NEVER() to an unfalsifiable branch.
D. Richard Hipp
More...
about 1 year ago
Fix JSON to JSONB translation so that it deals correctly with Infinity and NaN.
D. Richard Hipp
More...
about 1 year ago
Ensure that the insert/delete size delta on JSONB objects in the JSON cache are always set to zero.
D. Richard Hipp
More...
about 1 year ago
Add randomjson.c to testfixture. Use it for a new set of invariant tests against JSON functions.
D. Richard Hipp
More...
about 1 year ago
Ensure that all object labels for individual objects generated by randomjson.c are unique.
D. Richard Hipp
More...
about 1 year ago
Bug fix in the randomjson.c extension.
D. Richard Hipp
More...
about 1 year ago
Enhancements to ext/misc/randomjson.c.
D. Richard Hipp
More...
about 1 year ago
Enhancements to the "randomjson.c" extension. Automatically load that extension into fuzzcheck.
D. Richard Hipp
More...
about 1 year ago
Enable SQLITE_STRICT_SUBTYPE for default builds of the shell, fuzzcheck, and testfixture.
D. Richard Hipp
More...
about 1 year ago
New test case based on Chromium bug report 1511689.
D. Richard Hipp
More...
about 1 year ago
In the count-of-view optimization, deferring freeing obsolete parts of the parse tree, on the off-chance that some other part of the code might be holding a pointer to those parts.
D. Richard Hipp
More...
about 1 year ago
Avoid expiring prepared statements in the middle of an integrity-check.
Dan Kennedy
More...
about 1 year ago
Add mention of --buildonly and --dryrun to the testrunner.tcl usage screen.
D. Richard Hipp
More...
about 1 year ago
Fix a new JSON test case so that it works even if SQLITE_OMIT_VIRTUALTABLE is defined.
D. Richard Hipp
More...
about 1 year ago
Do not run test script fts5origintest4.test with either "memsubsys1" or "mmap" permutations.
Dan Kennedy
More...
about 1 year ago
Avoid running the "no_mutex_try" tests with SQLITE_ENABLE_SETLK_TIMEOUT builds as part of the release test.
Dan Kennedy
More...
about 1 year ago
Correct --enable-sab flag in ext/wasm/GNUmakefile to fix a silent alhttpd args-parsing error.
Stephan Beal
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
…
73
74
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree