]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-11-15  drhThe jsonb_remove() routine now appears to be working. jsonb-remove
2023-11-15  drhWork toward getting jsonb_remove() to work directly...
2023-11-15  drhMerge all the latest enhancements and fixes from trunk...
2023-11-15  stephanFix an exception misuse in test-opfs-vfs.js.
2023-11-15  stephanJNI: add more wrapper1 Sqlite.Blob tests.
2023-11-15  stephanJNI: clear out the sqlite3_context native pointer after...
2023-11-15  stephanJNI doc updates.
2023-11-15  stephanJNI: add the @Experimental annotation and mark all...
2023-11-15  stephanJNI test code cleanups.
2023-11-15  stephanJNI: add CONFIG_LOG and CONFIG_SQLLOG support to wrappe...
2023-11-15  stephanJNI: apply an internal level of API indirection to...
2023-11-14  drhAdd NEVER() to a branch made unreachable by [6f9eed826f...
2023-11-14  stephanJNI: reimplement Tester2.execSql() using the high-level...
2023-11-14  danFix another obscure problem with nested aggregates...
2023-11-14  stephanJNI: add Sqlite.Stmt.step(boolean) overload which retur...
2023-11-14  drhExtra PRAGMA vdbe_addoptrace output showing when OP_Col...
2023-11-14  stephanJNI: use ByteBuffer.limit() instead of ByteBuffer.capac...
2023-11-14  stephanJNI: add sqlite3_blob_read_nio_buffer() and iron out...
2023-11-14  stephanJNI: change sqlite3_prepare_multi()'s exception-handlin...
2023-11-14  stephanJNI: add sqlite3_blob_write() overload which accepts...
2023-11-13  stephanJNI: add sqlite3_column_nio_buffer() and sqlite3_value_...
2023-11-13  stephanJNI: add sqlite3_result_nio_buffer() and tests. Discove...
2023-11-13  stephanJNI: add sqlite3_bind_nio_buffer() and initial tests...
2023-11-11  stephanJNI wrapper1: when checking for an out-of-bounds statem...
2023-11-11  stephanDo not cache a statement's column count in the JNI...
2023-11-10  danFix another problem with mixed join types and the RIGHT...
2023-11-10  drhAdditional debugging information on the tree-dump of...
2023-11-10  drhRemove an incorrect ALWAYS() that was inserted yesterda...
2023-11-10  drhMerge recent trunk enhancements and fixes into the...
2023-11-10  drhEnsure 8-byte alignment of data structues in sqlite3_da...
2023-11-10  drhRemove a NEVER() from whereAddIndexedExpr() that is...
2023-11-10  danFix an obscure problem with the join-strength-reduction...
2023-11-10  stephanExpose the missing SQLITE_SUBTYPE to wasm.
2023-11-10  stephanExpose the missing SQLITE_SUBTYPE to JNI.
2023-11-10  stephanExpose SQLITE_RESULT_SUBTYPE to JNI.
2023-11-09  stephanExpose SQLITE_RESULT_SUBTYPE to wasm.
2023-11-09  drhAdd the SQLITE_RESULT_SUBTYPE flag for application...
2023-11-09  mistachkinFix compilation issue seen with MSVC.
2023-11-09  drhPut an ALWAYS on an true branch.
2023-11-09  drhFuther documentation refinements.
2023-11-09  drhFixes: (1) In the ->> function, instead of setting...
2023-11-09  stephanA .class file build dependencies fix in the JNI build.
2023-11-09  drhAdd the SQLITE_STRICT_SUBTYPE compile-time option....
2023-11-09  stephanAdd some notes about the JNI pointer-passing approach...
2023-11-09  drhDo not replace expressions that return subtypes with...
2023-11-09  drhOmit the new SQLITE_VALUE_SUBTYPE name. Stay with...
2023-11-09  stephanTwo more JNI build fixes for Windows/MinGW, reported...
2023-11-09  drhJSON5 bug fix: Escape double-quotes that occur inside...
2023-11-08  drhMake a distinction between functions that consume subty...
2023-11-08  drhDo not cover expressions using an indexed expression... idx-expr-fix
2023-11-08  drhMerge recent trunk enhancements into the jsonb branch...
2023-11-08  drhMore precise characterization of JSON functions. Indic...
2023-11-08  danHave the shell tool emit a warning if the user attempts...
2023-11-08  danRemove old files related to wapptest.tcl from test...
2023-11-08  danAvoid blocking as part of passive checkpoint operations...
2023-11-08  stephanRemove an unused/invalid test from the wasm suite.
2023-11-08  stephanJNI build fixes for platforms where the jint type is...
2023-11-08  drhSuppress harmless UBSAN warnings about memory overflow...
2023-11-08  drhChanges a no-op call to freeP4() into an assert().
2023-11-07  danAdd -DSQLITE_ENABLE_SETLK_TIMEOUT=1 to a release-test...
2023-11-07  danFix an assert() that could fail within calls to sqlite3...
2023-11-07  stephanAn attempt to work around compilation errors on MinGW...
2023-11-07  drhUpdate the documentation to the sqlite3_set_auxdata...
2023-11-07  stephanJNI: during static init record whether the current...
2023-11-07  stephanAdd Sqlite.prepareMulti() to JNI wrapper1, for preparin...
2023-11-07  stephanDiverse minor cleanups in the JNI pieces.
2023-11-07  stephanFlesh out [7a63b5b65a79] to be able to build JNI with...
2023-11-06  stephanAdd -DSQLITE_ENABLE_COLUMN_METADATA to the JNI build...
2023-11-06  danFix an fts5 problem where a transaction consisting...
2023-11-05  stephanAdd incremental blob I/O support to JNI wrapper1.
2023-11-05  stephanJNI wrapper1 normalizeSql() now throws UnsupportedOpera...
2023-11-05  stephanAdd authorizer support to JNI wrapper1.
2023-11-05  stephanAdd progress-handler support to JNI wrapper1. Correct...
2023-11-05  stephanAdd update-hook support to JNI wrapper1.
2023-11-05  stephanAdd commit/rollback hook support to JNI wrapper1.
2023-11-05  stephanAdd busy-handler support to JNI wrapper1.
2023-11-04  stephanBind collation and collation-needed to JNI wrapper1...
2023-11-04  stephanWrap the sqlite3_backup API in the JNI wrapper1 API.
2023-11-04  stephanReimplement auto-extensions in Java for use with the...
2023-11-04  drhEnsure that the YYYY-MM-DD input to date and time funct...
2023-11-04  stephanExpose context_db_handle() to the JNI wrapper1 API...
2023-11-04  stephanRework the JNI wrapper1 variants of status() and db_sta...
2023-11-04  stephanBind the bool-flag sqlite3_db_config() variants to...
2023-11-04  stephanBind the trace API to the JNI wrapper1 API and add...
2023-11-03  drhBack out the ALWAYS inserted late yesterday. The fuzze...
2023-11-03  danFix a case where adjacent tokens are handled incorrectl...
2023-11-03  stephanWrap more of the stmt API behind the JNI wrapper1 API.
2023-11-03  drhEnhance the JSONB lookup routine with logic to apply...
2023-11-03  stephanBind the sqlite3_keyword_...() and sqlite3_compileoptio...
2023-11-03  drhUpdate the tool/srctree-check.tcl script so that it...
2023-11-03  drhMerge all the latest trunk fixes and enhancements into...
2023-11-03  drhUpdate the version number to 3.45.0 to begin the next...
2023-11-02  drhMark a branch made always-true by the penultimate check...
2023-11-02  drhIn the previous check-in, use a u32 instead of an int...
2023-11-02  danFix a spurious "misuse of aggregate function" error...
2023-11-02  danAdd the "remove_diacritics" option to the fts5 trigram...
2023-11-02  danFix a problem with amalgamation builds on this branch. fts5-trigram-diacritics
2023-11-02  stephanMerge latest JNI pieces into trunk.
2023-11-02  danAdd the "remove_diacritics" option to the fts5 trigram...
2023-11-02  drhOne more tweak to tool/srctree-check.tcl so that a...
next