I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version 3.45.0 More... 12 months ago
Have the shell tool automatically enable SQLITE_CONFIG_DQS_DDL when executing a ".dump" script against an empty db. More... 12 months ago
Fix a comment in sessions. No functional changes. [forum:/forumpost/8c20dc935b|Forum post 8c20dc935b]. More... 12 months ago
In fts5, flush the contents of the in-memory hash table whenever the secure-delete option is toggled. This prevents spurious corruption reports under some circumstances. More... 12 months ago
Put an SQLITE_ENABLE_SETLK_TIMEOUT branch inside the appropriate ifdef with an assert on the else since the condition is always false if SETLK_TIMEOUT is not available. More... 12 months ago
Improved resolution of unqualified names in the REINDEX command. [forum:/info/74cd0ceabd|Forum thread 74cd0ceabd]. More... 12 months ago
Automatically turn off DEFENSIVE mode in the shell tool when executing scripts generated by the ".dump" command against an empty database. Add a warning to the top of generated ".dump" scripts that populate virtual tables. More... 12 months ago
Fix date on new file shell9.test. More... 12 months ago
Automatically turn off DEFENSIVE mode in the shell tool when executing scripts generated by the ".dump" command against an empty database. Add a warning to the top of generated ".dump" scripts that populate virtual tables. More... 12 months ago
Minor change to os_unix.c to facilitate 100% MC/DC testing. More... 12 months ago
Ensure that SQLITE_PROTOCOL is not returned too early when a SQLITE_ENABLE_SETLK_TIMEOUT build fails to open a transaction on a wal mode database in cases where blocking locks are not being used. More... 12 months ago
Remove an ALWAYS() from RTREE. Dbsqlfuzz found a way to make it false. More... 12 months ago
Updates to RTREE to facility testing. More... 12 months ago
Ensure that SQLITE_PROTOCOL is not returned too early when a SQLITE_ENABLE_SETLK_TIMEOUT build fails to open a transaction on a wal mode database in cases where blocking locks are not being used. More... 12 months ago
Update JSON performance testing procedures for clarity and to describe how to do performance testing of JSONB. More... 12 months ago
Update extension ext/misc/totext.c to avoid both ubsan warnings and dubious real->integer conversions. More... 12 months ago
Update extension ext/misc/totext.c to avoid both ubsan warnings and dubious real->integer conversions. More... 12 months ago
Avoid errors with SQLITE_OMIT_VIRTUALTABLE builds in json106.test and unionall.test. More... 12 months ago
Testing code left in by accident. More... 12 months ago
Restructure some code to fix what appears to be a false-positive UBSAN warning. More... 12 months ago
Fix a #ifdef in sqlite3_test_control() that was preventing builds with SQLITE_OMIT_WSD. More... 12 months ago
Convert the JSON functions to use lookaside memory allocation whenever feasible, to avoid hitting the global memory allocator mutex. More... 12 months ago
Change a constant from decimal to hex to avoid a compiler warning on Mac. More... almost 1 year ago
Enhance sqlite3_analyzer.exe so that it uses the ext/consio extension. More... almost 1 year ago
Update the sqldiff.exe utility program so that it uses the sqlite3_str string interface, and so that it does console output using the ext/consio extension. More... almost 1 year ago
Back out [b517a52fa36df0a0] which is no longer reachable due to early error detection enhancements in [166e82dd20efbfd3]. More... almost 1 year ago
Adjust the sqlite3PagerDirectReadOk() routine (part of the SQLITE_DIRECT_OVERFLOW_READ optimization) to use less code and to be more easily testable. More... almost 1 year ago
Fix a problem in fts5 caused by a COMMIT involving fts5 data that immediately follows a ROLLBACK TO that does not. More... almost 1 year ago
Increase the default "max_page_count" to its theoretical maximum of 4294967294. More... almost 1 year ago
Elaborate on the various build flavors used by ext/wasm/. Doc changes only. More... about 1 year ago