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
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 2 of 1,737
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update and clean up the in-makefile docs for ext/wasm.
Stephan Beal
More...
about 1 year ago
Back out [99d11e6d0ae6] (enabling of STAT4 in WASM/JNI), per /chat discussion.
Stephan Beal
More...
about 1 year ago
New logic to avoid using indexes that ANALYZE has identified as of little practical use. Also a performance optimization in ANALYZE.
D. Richard Hipp
More...
about 1 year ago
Remove some unnecessary computations from ANALYZE so that ANALYZE runs with fewer CPU cycles. These changes were spotted while working on the nearby enhanced-stat1 branch. So even if enhanced-stat1 is abandoned, that effort put into it will not have been in vain.
D. Richard Hipp
More...
about 1 year ago
Extra steps taken to avoid using low-quality indexes in a query plan. This branch accomplishes the same end as the nearby enhanced-stat1 branch, but with much less change and hence less risk.
D. Richard Hipp
More...
about 1 year ago
JNI: move the ByteBuffer-using APIs from public to package visibility for the time being because they have UB-inducing possibilities which need to be worked out. Update test code to account for a change in custom FTS5 columntext() impls.
Stephan Beal
More...
about 1 year ago
WASM: various build cleanups and add initial infrastructure for a build which elides the oo1 API and its dependents (worker1 and promiser). Sidebar: an attempt was made to move generation of the build rules to an external script, but the mixed-mode make/script was even less legible than the $(eval) indirection going on in the makefile.
Stephan Beal
More...
about 1 year ago
Use SQLITE_ENABLE_STAT4 in both the WASM and JNI builds.
Stephan Beal
More...
about 1 year ago
Minor doc touchup in the JS bits.
Stephan Beal
More...
about 1 year ago
Enable SQLITE_DIRECT_OVERFLOW_READ unless it is specifically disabled using the -DSQLITE_DIRECT_OVERFLOW_READ=0 compile-time option.
D. Richard Hipp
More...
about 1 year ago
Update fts5origintext4.test to work with SQLITE_DIRECT_OVERFLOW_READ.
Dan Kennedy
More...
about 1 year ago
Performance improvement by unwinding a loop in jsonAppendString().
D. Richard Hipp
More...
about 1 year ago
Fix harmless compiler warnings in FTS5.
D. Richard Hipp
More...
about 1 year ago
Enhance the (undocumented, debug-only) json_parse() SQL function so that it returns the text rendering of the JSONB parse of the input, rather than printing the rendering on stdout.
D. Richard Hipp
More...
about 1 year ago
Fix a problem in the shell tool (not library) causing an out-of-bounds write if an ".open" command failed, then the user pressed ctrl-c to interrupt a query running on the substitute in-memory database.
Dan Kennedy
More...
about 1 year ago
Ensure that the xColumnText(), xQueryPhrase() and xPhraseFirstColumn() APIs all return SQLITE_RANGE if they are passed a bad column or phrase number.
Dan Kennedy
More...
about 1 year ago
Improved handling of malformed unicode within JSON strings.
D. Richard Hipp
More...
about 1 year ago
Remove an ALWAYS() added in [c50e6c2ace49d092] because it is sometimes false. dbsqlfuzz c393a4f783d42efd9552772110aff7e5d937f15e.
D. Richard Hipp
More...
about 1 year ago
Fix harmless compiler warnings associated with [5db30bcc338aac1c]
D. Richard Hipp
More...
about 1 year ago
Avoid signed integer overflow during integrity_check of FTS5.
D. Richard Hipp
More...
about 1 year ago
Improvements to the query planner to address the inefficiency described by [forum:/forumpost/2568d1f6e6|forum post 2568d1f6e6].
D. Richard Hipp
More...
about 1 year ago
Add debugging output routines sqlite3ShowWhereLoop(X) and sqlite3ShowWhereLoopList(X) that can be invoked from a debugger to show a summary of the content of a single WhereLoop object or a list of WhereLoop objects. No change in release builds.
D. Richard Hipp
More...
about 1 year ago
Change parameters on a debugging function to include "const".
D. Richard Hipp
More...
about 1 year ago
Add the -fno-sanitize-recover=undefined to the sanitizer builds used for sdevtest and release testing. To ensure that any test that provokes undefined behaviour fails.
Dan Kennedy
More...
about 1 year ago
Update #ifdef checks in pager.c and util.c to account for [0462a2612d1fc1d0] to resolve the build problem reported in [forum:9819032aac|forum post 9819032aac].
Stephan Beal
More...
about 1 year ago
Fix a usan complaint about signed integer overflow.
Dan Kennedy
More...
about 1 year ago
Add a new comment to debugging output routine sqlite3WhereLoopPrint() to remind us of what the various fields of the debug output mean. No changes to code.
D. Richard Hipp
More...
about 1 year ago
Add internal core-developer-only documentation of the JSONB format.
D. Richard Hipp
More...
about 1 year ago
Fix SQLITE_ENABLE_SETLK_TIMEOUT assert() statements in os_unix.c to avoid reading past the end of the unixShmNode.aMutex[] array.
Dan Kennedy
More...
about 1 year ago
Avoid harmless integer overflow in pager status statistics gathering. Response to [forum:/forumpost/7f4cdf23f9|forum post 7f4cdf23f9].
D. Richard Hipp
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
…
1736
1737
→
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