]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-09-14  drhReduce the number of calls to sqlite3_mprintf() made... rtree-performance
2023-09-13  drhOmit the Reinsert algorithm from RTree. This causes...
2023-09-13  drhPerformance optimization to cellContains() in RTREE.
2023-09-13  drhIn the ChooseLeaf algorithm of RTREE, do an initial...
2023-09-13  drhReduce the number of calls to cellArea() in the ChooseL...
2023-09-13  drhRemove unused variable from the ChooseLeaf algorithm...
2023-09-13  danReplace an if() condition in fts5 that is always true...
2023-09-12  larrybrCLI .import to accept EOF in lieu of record terminator...
2023-09-12  danFix a use-after-free error in fts5 that could occur...
2023-09-12  stephanClarify some metrics output in Tester1.java.
2023-09-12  stephanRe-add the fts5 decls to sqlite3-jni.h, removed in...
2023-09-12  stephanRename JNI sqlite3_errmsg() to sqlite3_errmsg16() for...
2023-09-12  stephanJNI readme fix.
2023-09-12  drh64-bit builds on Windows default to using UTF-8 output...
2023-09-12  drhShow the "(utf8)" tag on the CLI banner in Windows... cli-utf8
2023-09-11  drhAdd the -no-utf8 option to the Windows CLI to cause...
2023-09-11  drhMake the -utf8 option the default behavior in the CLI...
2023-09-11  drhRefuse to build amalgamation-tarball and snapshot-tarba...
2023-09-11  stephanMerge in JNI's significant divergence since it adopted...
2023-09-11  drhAdd support for the sqlite3_get_clientdata() and sqlite...
2023-09-10  stephanRoll back [84e38341aeab] because a direct pointer compa... db-client-data
2023-09-09  danRemove out-of-date comment regarding use of Parse.pCons...
2023-09-09  stephanIn the JNI build, emit a reminder to not check in the... jni-client-data
2023-09-09  stephanDisable FTS5 in the JNI build by default until it can...
2023-09-08  danAdd extra tests for [4b60a1c3].
2023-09-08  danFix a problem with fts5 secure-delete mode causing...
2023-09-07  danAdd -DSQLITE_OMIT_LOOKASIDE=1 to the "Sanitize" configu...
2023-09-07  drhEnhance the ./configure script and its associated Makef...
2023-09-07  danFix a buffer overread in the sessions extension that...
2023-09-07  drhFix a harmless compiler warning in the sqldiff.c utility.
2023-09-07  drhAdd the "tool-zip" makefile target with the intention...
2023-09-07  drhFix a problem with the new xIntegrity method for virtua...
2023-09-06  drhAdd documentation to sqlite3_get/set_clientdata() to...
2023-09-06  drhAdd the xIntegrity method to the sqlite3_module object...
2023-09-06  drhFix unreachable branches. vtab-integrity-check
2023-09-06  drhChange the xIntegrity virtual table method signature...
2023-09-06  drhAdd the xIntegrity method to the sqlite3_module object...
2023-09-06  stephanMove Java-side FTS5 bits into the fts5 subpackage to...
2023-09-06  stephanJava FTS5 API renaming, for consistency.
2023-09-05  drhFix a few SQLITE_MISUSE returns so that they call sqlit...
2023-09-04  danAdd tests for, and source code comments to, fts5. No...
2023-09-04  drhDo not make assumptions about the byteorder of PowerPC...
2023-09-04  stephanIn JNI routines which set an OutputPointer.value, alway...
2023-09-04  stephanRemove several unnececessary functions.
2023-09-04  stephanMove an internal utility class out of the public Java...
2023-09-04  stephanExpose sqlite3_bind_parameter_name() to JNI. Extend...
2023-09-03  stephanAdd the missing sqlite3_blob_read() to [9a9945c405cf...
2023-09-03  stephanExpose the sqlite3_blob_...() APIs to JNI.
2023-09-03  stephanExpose sqlite3_system_errno() to JNI.
2023-09-03  stephanExpose sqlite3_stmt_status() to JNI.
2023-09-03  stephanExpose sqlite3_randomness() to JNI.
2023-09-03  stephanExpose sqlite3_get/set_auxdata() to JNI.
2023-09-03  stephanExpose sqlite3_get_autocommit() to JNI.
2023-09-03  stephanRemove some unnecessary code.
2023-09-03  stephanAdd a couple more sqlite3_backup tests.
2023-09-03  stephanExport the sqlite3_backup_...() APIs to JNI.
2023-09-03  stephanExport the sqlite3_keyword_...() family of functions...
2023-09-02  drhPerformance optimization to the OP_MakeRecord opcode.
2023-09-02  stephanAdd sqlite3_config(SQLITE_CONFIG_LOG) support to Java...
2023-09-02  stephanExpose sqlite3_complete() to JNI. Slightly widen the...
2023-09-02  stephanDuplicate code consolidation.
2023-09-02  stephanRemove a superfluous level of indirection in the JNI...
2023-09-02  stephanFurther JNI cleanups.
2023-09-02  stephanOptimize sqlite3_get/set_clientdata() for the presumabl...
2023-09-01  stephanAdd a timer to the JS SQLTester app to warn if it appea...
2023-09-01  stephanCorrect a Tester1.java test which inadvertently created...
2023-09-01  stephanMake the JNI-internal metrics opt-in rather than opt...
2023-09-01  stephanMake JNI interfaces of sqlite3_column/value_text()...
2023-09-01  stephanSecond half of [1c532e80].
2023-09-01  stephanIn the OPFS VFS' importDb() methods, overwrite the...
2023-09-01  stephanRemove some newly-dead code.
2023-09-01  stephanExpose sqlite3_limit() to JNI and remove the all SQLITE...
2023-09-01  stephanJNI build improvements. Rename a Java class. Get the...
2023-09-01  stephanExpose sqlite3_stmt_explain(), sqlite3_stmt_isexplain...
2023-08-31  stephanExport sqlite3_txn_state() to JNI.
2023-08-31  stephanMinor JNI cleanups.
2023-08-31  danDo not disable unused columns in a UNION ALL sub-query...
2023-08-31  stephanAdd convenience overloads of JNI sqlite3_table_column_m...
2023-08-31  stephanExport sqlite3_(db_)free_memory() and sqlite3_table_col...
2023-08-30  drhUse mutexes to make sqlite3_set_clientdata() and sqlite...
2023-08-30  stephanReplace JNI's per-db-instance state tracking with the...
2023-08-30  drhFix a bug in json_array_length() introduced in version...
2023-08-30  drhRemove another unreachable branch in the sqlite3_set_cl...
2023-08-30  drhRemove an unreachable branch, and improve documentation of
2023-08-30  drhFix the AVG() and TOTAL() functions (after the SUM...
2023-08-30  stephanFurther tweaking in both SQLTesters.
2023-08-30  drhFix to the sqlite3_get_clientdata() interface.
2023-08-30  drhNew experimental API for attaching client data to a...
2023-08-30  stephanWhen a JS SQLTester script throws, report the exception...
2023-08-30  stephanAdd a JS implementation of Java's SQLTester.
2023-08-30  stephanAdd a UI, of sorts, to the JS SQLTester. js-tester
2023-08-30  stephanAdd a mechanism with which to import external SQLTester...
2023-08-29  stephanAdd directives support to JS SQLTester comparable to...
2023-08-29  stephanMore fleshing out of JS SQLTester.
2023-08-29  stephanJS SQLTestRunner can now run the Java impl's core-most...
2023-08-29  drhNew conversion letters added to strftime(): %e, %k...
2023-08-29  stephanGet the JS SQLTester command handlers in place sans...
2023-08-29  drhChange the version number to 3.44.0 to begin the next...
2023-08-29  drhAdd support for the CONCAT() and CONCAT_WS() SQL functi...
2023-08-29  stephanGet the basic parsing pieces and command dispatching...
next