I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix cosmetic flaw in SQLITE_TXN_* doc. (no code change) More... about 1 year ago
Export sqlite3_get_autocommit() to WASM and add tests for it. More... about 1 year ago
Disable two rtree test cases for Linux-i686. We do not have that platform available for testing. The test cases work on all other 64-bit and 32-bit platforms that we have at hand. So there is no way for us to debug this problem. Better to disable the test. [forum:/forumpost/ffcbf789b5386573|forum post ffcbf789b5386573]. More... about 1 year ago
Add makefile targets for fuzzcheck-asan and fuzzcheck-ubsan. More... about 1 year ago
Fix to Makefile.in so that the "tool-zip" target can be run from outside the source tree. More... about 1 year ago
Cleanup shell.c comments. Hide -utf8 option, as it is undocumented and accepted only for backward compatibility. No functional changes except for -help content. More... about 1 year ago
Back out [2904fcbeebba9189], mostly. The page bitmap is needed even for a partial integrity_check in order to avoid an infinite loops while walking the database. More... about 1 year ago
In CLI for Windows builds, do MBCS/UTF-8 translation independently for input and output. (And cure an MSVC warning.) More... about 1 year ago
Handle utf8 mode restore better for redirected input or output. Move utf8 mode setup to before any invocation command processing. Sync w/trunk. More... about 1 year ago
Enhance the "tool-zip" makefile target on Windows so that it uses more universally available commands to build the ZIP archive. Fix other minor issues with that makefile target at the same time. More... about 1 year ago
Further enhancements to make sure the correct returnning trigger is run when there are nested INSERT RETURNING statements. More... about 1 year ago
Handle the case where a virtual table xBestIndex method called while coding a trigger fired by a top-level statement with a RETURNING clause prepares a statement that also contains a RETURNING clause. More... about 1 year ago
Ready for merge, but could use testing on some dusty old Windows machines. More... about 1 year ago
Deal with the case of a reentrant INSERT on a virtual table where the outer INSERT has a RETURNING clause but the inner does not. dbsqlfuzz 3ac9a1e33f676254e02c0f297263b0a7aeb0c1a5. Fault injected by [a2449bcc2c71d0f4], first appearing in release 3.40.1. More... about 1 year ago
Cure a harmless MSVC warning. (no other changes) More... about 1 year ago
In CLI for Windows builds, do MBCS/UTF-8 translation independently for input and output. (WIP) More... about 1 year ago
Updates to the mktoolzip.tcl to work on win32. More... about 1 year ago
Fix harmless compiler warnings. More... about 1 year ago
Provide dummy parameter names in the prototype for the new xIntegrity method of the sqlite3_module object. More... about 1 year ago
Fix minor problems with the "showwal" utility program. Add a missing header to the zipfile.c extension. More... about 1 year ago
Test module altermalloc3.test requires DQS_DDL to be turned on. More... about 1 year ago
Add an ALWAYS on branch that was made always-true by the DISTINCT ORDER BY fix. More... about 1 year ago
When doing a DISTINCT aggregate that contains an ORDER BY, only the arguments to the aggregate need to be distinct, not the ORDER BY terms. More... about 1 year ago
Fix the amalgamation generator so that when it is reporting the Fossil version number in the header comment of the amalgamation, it does not elide the first hex digit of the version hash. More... about 1 year ago
Enhance the new xIntegrity method of the sqlite3_module object with new parameters that provide the name of the table being checked and a flag to indicate a "quick_check". Based on feedback in [forum:/forumpost/965c0d02ea|forum post 965c0d02ea]. More... about 1 year ago
Implement check-in [477577120b897bf1] differently, so as not to disrupt non-standard build configuration. See [forum:/forumpost/c11523ca2df50293|forum post c11523ca2df50293]. More... about 1 year ago
Test cases for COLLATE and NULLS FIRST/LAST in the ORDER BY for an aggregate function. More... about 1 year ago
New #ifdefs to fix certain compile-time options. More... about 1 year ago
Fix a problem with the fts5 highlight() and snippet() functions when used with tokenizers like "trigram" that output overlapping tokens. Forum post [forum:/forumpost/63735293ec|63735293ec]. More... about 1 year ago
Fix a problem with the fts5 highlight() and snippet() functions when used with tokenizers like "trigram" that output overlapping tokens. Forum post [forum:/forumpost/63735293ec|63735293ec]. More... about 1 year ago