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
Cherrypick [3773934e91c20ca243] into trunk. More... almost 2 years ago
Extract emcc version in JS build and use it to conditionally set build flags. Initially a workaround for [https://github.com/emscripten-core/emscripten/issues/18610|Emscripten ticket #18610] but may have other uses. More... almost 2 years ago
Work around a JS null pointer deref which could be triggered from the dev console, but not (it seems) from client-side code. More... almost 2 years ago
Merge trunk into wasi-patches branch. More... almost 2 years ago
Cherrypick [fa784101775b7|emscripten ticket #18609 workaround] into trunk. More... almost 2 years ago
Work around [https://github.com/emscripten-core/emscripten/issues/18609|upstream emscripten 3.1.31 ticket #18609]. More... almost 2 years ago
More work on creating a separate sqlite3.js build which is hopefully friendly to JS bundlers. More... almost 2 years ago
Resolve a nested if-block bug in ext/wasm/c-pp.c which caused output after a nested block to be unduly elided. Remove a kludge, added in the previous check-in, which worked around that bug. More... almost 2 years ago
Beginnings of a bundler-friendly build of sqlite3.mjs. Not yet ready for downstream testing. More... almost 2 years ago
End-of-line whitespace cleanups and doc typo fixes. No code changes. More... almost 2 years ago
Have some RBU tests run as part of veryquick.test/testrunner.tcl. More... almost 2 years ago
Improved fix to allow sqlite3_vtab_in_first() to reliably return SQLITE_ERROR. More... almost 2 years ago
Fix a harmless compiler warning in FTS3. More... almost 2 years ago
Defer calling the destructor for the user data on a module until after the module has disconnected. [forum:/forumpost/b68391eb71fdff73|Forum post b68391eb71fdff73]. More... almost 2 years ago
Enhance the sqlite3_vtab_in_first() and sqlite3_vtab_in_next() interfaces so that they reliably return SQLITE_ERROR (and not SQLITE_MISUSE) if they are invoked on a parameter that did not have multi-value IN processing enabled via a prior call to sqlite3_vtab_in(). See [forum:/forumpost/a823d4a3d5f73def|forum thread a823d4a3d5f73def]. More... almost 2 years ago
Fix a problem with fts3 auxiliary functions and one or more NEAR expressions ORed together. More... almost 2 years ago
Fix another problem with fts3/4 auxiliary functions and NEAR expressions that consist entirely of deferred tokens. More... almost 2 years ago
Add scalar SQL function unhex(). More... almost 2 years ago
Update unhex() to allow a second argument, specifying a set of characters that are permitted to appear between pairs of hexadecimal digits. More... almost 2 years ago
Fix a problem with using fts3 auxiliary functions with expressions like "E AND ...", where E is a NEAR expression that consists entirely of deferred tokens. More... almost 2 years ago
Suppress a harmless compiler warning. [forum:forumpost/e3f72e9291189925|Forum post e3f72e9291189925]. The code was legal and correct. The revised code is actually less clear in its intent. But at least now there will (hopefully) be no warning. More... almost 2 years ago
Due to a coding error, check-in [8efd61e8518594e3] did not actually use just read transactions if the operation is read-only and the SQLITE_MAX_ATTACHED macro is set to 31 or more. This was due to a misuse of the writeMask field of Parse, pointed out by [forum:/forumpost/aa173c18d5|forum post aa173c18d5]. More... almost 2 years ago
Add the missing CARRAY_BLOB macro to the carray.h extension header. More... almost 2 years ago
Add experimental user function unhex(). More... almost 2 years ago
Give CLI .version a place in .help output. More... almost 2 years ago
Minor API doc cleanups and JS code simplification. More... almost 2 years ago
Merge trunk into wasi-patches branch. More... almost 2 years ago
Fix a memory leak in the TCL test harness associated with carray. More... almost 2 years ago
Fix harmless compiler warnings. More... almost 2 years ago
Extend the carray extension to allow the use of BLOB values to be bound as an array of "struct iovec" objects. More... almost 2 years ago