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
Update the windows build documentation to provide the exact command used to build the DLLs that appear on the download page. More... about 1 year ago
Fix testrunner.tcl so that it accepts a relative path as an argument to the --zipvfs switch. More... about 1 year ago
Bring the jsonb branch up-to-date with version 3.44.0 changes. More... about 1 year ago
Version 3.44.0 More... about 1 year ago
Fix harmless compiler warnings in test code. More... about 1 year ago
Fix a problem with SQLITE_ENABLE_FTS5 builds of the non-amalgamation testfixture.exe in Makefile.msc. More... about 1 year ago
Remedy CLI non-UTF8 handling detection flaw [forum:/forumpost/fa0e00d36db5fe0a|noted in a forum post]. More... about 1 year ago
Remedy CLI non-UTF8 handling detection flaw [forum:/forumpost/fa0e00d36db5fe0a|noted in a forum post]. More... about 1 year ago
Update the autoconf/Makefile.msc so that it aligns with Makefile.msc. More... about 1 year ago
Dodge a nuisance warning from MSVC in CLI use of Prepared Statement Scan Status. (Yes, C rules are fine.) More... about 1 year ago
Add a cast to i64 for an integer in an sqlite3OsWrite() offset calculation. The cast is not strictly necessary, but it helps human readers see that the code is correct. More... about 1 year ago
Fix another comment typo. No code changes. More... about 1 year ago
Add FTS5 to default Makefile.msc builds. And UNKNOWN_SQL_FUNCTION and STMT_SCANSTATUS to default Makefile.msc shell builds. More... about 1 year ago
Make the new sqlite3_get_clientdata() and sqlite3_set_clientdata() interfaces available to run-time loaded extensions. More... about 1 year ago
Fix problems with previous commit on Makefile.msc. Also some win32-specific test failures in fts5misc.test. More... about 1 year ago
Fix typo in a comment. No code changes. More... about 1 year ago
Add FTS5 to default Makefile.msc builds. And UNKNOWN_SQL_FUNCTION and STMT_SCANSTATUS to default Makefile.msc shell builds. More... about 1 year ago
Predicate Windows CLI UTF-8 console I/O on a runtime capability check rather than an OS version check. More... about 1 year ago
Predicate Windows CLI UTF-8 console I/O on a runtime capability check rather than an OS version check. More... about 1 year ago
With SQLITE_ENABLE_BLOCK_ATOMIC_WRITE enabled, if a transaction is committing and there is a new freelist page at the end of the database file which would cause the database file size to grow, ensure that page is written and the file size grows before the block-atomic-write commits. Fix for the problem identified by [forum:/forumpost/3bd8d497b2|forum post 3bd8d497b2] More... about 1 year ago
For Windows CLI, institute a version check to determine default MBCS or UTF-8 translation on console I/O. (Default to UTF-8 where known possible.) More... about 1 year ago
Simplify code slightly. Improve comments on added code and its use. More... about 1 year ago
Properly close a handle. Use a putatively effective runtime test for UTF-8 console I/O capability. (This makes the version test useful mainly for avoiding a warning that UTF-8 console I/O could not be setup.) More... about 1 year ago
Condition default UTF-8 console I/O for Windows builds on OS version 10 or more. This is to accomodate an IsValidCodePage() API which may happily report CP_UTF8 as a valid code page when the stock console cannot, in fact, do UTF-8 I/O. More... about 1 year ago
Limit the range of integer unix timestamps in date4.test, since some systems (RaspberryPI) cannot deal with timestamp values that exceed pow(2,31). More... about 1 year ago
Update documentation for sqlite3_errmsg() to try to make it clear that if the schema of a database contains table names or similar with invalid UTF, then the error message generated by SQLite might also contain invalid UTF. No changes to code. More... about 1 year ago
Since SQLite considers NaN to be like NULL and NULL sorts before any integer, make sure the sqlite3IntFloatCompare() routine reports that the integer argument is larger if the floating-point argument is NaN. More... about 1 year ago
Merge trunk into jni-post-3.44 branch. More... about 1 year ago
Remove the SQLITE_MAX_ALLOCATION_SIZE flag (set to 536mb) from the WASM build because it can unduly limit db exports via sqlite3_serialize(), as reported in [forum:75524f7342c1ba45|forum post 75524f7342c1ba45]. It now defaults to whatever sqlite3.c uses, which is currently just shy of 2gb. More... about 1 year ago
Add missing docs for the JS Worker1 export method, as pointed out in [forum:75524f7342|forum post 75524f7342]. More... about 1 year ago