]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  larrybrCure many warnings from gcc, clang and CL.exe.
2023-11-13  stephanJNI: add sqlite3_bind_nio_buffer() and initial tests...
2023-11-13  danAdd new fts5 API xQueryToken().
2023-11-13  larrybrFix var-intro after executable code departure from...
2023-11-13  larrybrSlight cleanup of length-limited strpbrk() replacement...
2023-11-13  larrybrEnhance console_io to permit emits limited in various...
2023-11-12  larrybrAdd sqlite3_x86.exe unversioned binary.
2023-11-12  larrybrUse setOutputStream() to designate implicit output...
2023-11-12  larrybrWrite BOM without fwrite(), using sputz() so that if...
2023-11-11  larrybrRemove SHELL_LEGACY_CONSOLE_IO PP symbol and code it...
2023-11-11  larrybrComplete shell transition to using {f,o,e}put{f,z}...
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-11  larrybrFix malf with redirected input due to bad assumption...
2023-11-11  larrybrPervasive changes to console_io.{c,h} in support of...
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  danAdd declarations for new API functions.
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  larrybrRefactor MBCS/UTF-8 translation to avoid extra allocati...
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-07  larrybrGet dependencies into make recipes. Get legacy console...
2023-11-06  stephanAdd -DSQLITE_ENABLE_COLUMN_METADATA to the JNI build...
2023-11-06  danMerge latest trunk into this branch.
2023-11-06  danFix an fts5 problem where a transaction consisting...
2023-11-06  danMerge trunk changes into this branch.
2023-11-06  larrybrMove console_io lib to its own subdirectory, etc/consio .
2023-11-06  larrybrSome renaming, warnings cured, and more coding conventi...
2023-11-06  larrybrAdd an fputs() equivalent to console I/O lib, and use...
2023-11-06  larrybrCause CLI to use console_io library.
2023-11-06  larrybrMake MSVC accept it, too. (Cannot use static const...
2023-11-05  larrybrMake it buildable. Pull test program from testee. Zap...
2023-11-05  larrybrInput working. No line-editor provisions yet. (WIP...
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  larrybrSetup, takedown, mode set and output working. No input...
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-04  larrybrDefine interface between project command-line apps...
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...
next