]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-09-09  drhMerge post-3.43.0 wal2 fixes into the wal2-3.43 sub... wal2-3.43
2023-09-08  drhMerge the latest 3.43.1 candidate patches into the...
2023-09-08  drhFix a problem with fts5 secure-delete mode causing...
2023-09-07  drhFix a bad assert() in FTS3.
2023-09-07  drhFix a buffer overread in the sessions extension that...
2023-09-07  drhVersion number to 3.43.1.
2023-09-01  stephanIn the OPFS VFS' importDb() methods, overwrite the...
2023-08-31  drhDo not disable unused columns in a UNION ALL sub-query...
2023-08-30  drhFix the json_array_length() routine so that it reports...
2023-08-30  drhFix a bug in json_array_length() introduced in version...
2023-08-30  drhFix the AVG() and TOTAL() functions
2023-08-30  drhFix the AVG() and TOTAL() functions so that they work...
2023-08-29  drhMerge the branch-3.43 fixes into the wal2 branch.
2023-08-29  drh(no comment)
2023-08-28  drhFix an issue with infinity handling by the SUM() functi...
2023-08-28  stephanResolve a makefile bug which causes sqlite3-worker1...
2023-08-24  drhVersion 3.43.0 for the wal2 branch.
2023-08-24  drhVersion 3.43.0 version-3.43.0
2023-08-24  danChange a variable name in fts5FlushOneHash() to avoid...
2023-08-23  drhFix typo in the Lemon documentation.
2023-08-23  drhMore changes to documents for GitHub-style markdown.
2023-08-23  drhFix the Markdown in the compile-for-windows.md document...
2023-08-23  drhMinor adjustments to the wording about pull requests...
2023-08-23  drhThe pageOnDirtyList() assertion is too slow even for...
2023-08-22  drhFix a harmless memory leak in the sqldiff utility.
2023-08-22  danAdd makefile target "sdevtest" - like "mdevtest" except...
2023-08-22  danUpdate version number in autoconf/tea/configure.ac.
2023-08-22  danUpdate autoconf/Makefile.msc (by running mkmsvcmin...
2023-08-21  danMerge latest trunk changes into this branch.
2023-08-21  danFix an undefined integer overflow in fts5.
2023-08-21  drhifdef adjustments so that SQLITE_OMIT_WAL works with...
2023-08-21  drhFix another UBSAN inaccuracy in fuzzcheck.
2023-08-21  drhAddress minor inaccuracies in fuzzcheck and RTREE found...
2023-08-19  stephanshell.c.in help text typo fix. No functional changes.
2023-08-18  drhRename the decimal_sci() function to decimal_exp().
2023-08-18  danAvoid running test case sort2.2.3 under address-sanitiz...
2023-08-18  drhEnhance the CLI and the fuzzcheck utility programs...
2023-08-18  drhEnhance the notes on compiling for Windows11 to explain...
2023-08-17  drhDo not allow bound parameters in the ON CONFLICT clause...
2023-08-17  danFix an error in documentation comments in fts5.h.
2023-08-17  danAdd extra test to fts5synonym2.test.
2023-08-17  danAdd "Windows-Sanitize" configuration to "testrunner...
2023-08-17  danHave all test names in json101.test start with "json101".
2023-08-17  drhEnable address sanitizer in Makefile.msc by adding...
2023-08-17  drhFix a possible UAF in SEH if an exception occurs at...
2023-08-16  drhRefinements to instructions on compiling for Windows.
2023-08-16  drhImproved instructions on how to build SQLite on Windows...
2023-08-16  drhMake sqlite3_stmt_explain() accessible to loadable...
2023-08-16  drhMix the current process ID into the randomness used...
2023-08-16  danUpdate testrunner.tcl to use environment variable ...
2023-08-16  danFix test script problem preventing veryquick.test from...
2023-08-15  stephanCherrypick [00ac653562a6] to remove stray JNI debug...
2023-08-15  stephanCherrypick [653ed92dc391] (went to wrong branch). Doc...
2023-08-15  danUpdate testrunner.tcl to make it easier to add things...
2023-08-15  drhImprove the portability of the src-verify.c tool on...
2023-08-15  danFix problems in fts5 test code.
2023-08-15  drhUse a dodgy substitute if the INFINITY macro is not...
2023-08-15  drhFix the PRAGMA case_sensitive_like command so that...
2023-08-15  danFix an off-by-one error causing a buffer overread in...
2023-08-14  drhFix the autoconf makefile for the CLI such that it...
2023-08-14  danFix a problem in sqlite3_snapshot_recover() introduced...
2023-08-14  drhChange the name of the ".binary" command in the CLI...
2023-08-14  drhFix harmless compiler warnings reported by MSVC.
2023-08-14  drhEnable SEH be default in Windows builds.
2023-08-13  stephanRemove SQLITE_DEBUG from JNI build.
2023-08-12  stephanMerge the Java Native Interface (JNI) binding into...
2023-08-12  stephanUpdate wasm's push-testing rule to exclude files which...
2023-08-12  stephanCorrect JNI .jar rules to only include *.java/class... jni
2023-08-12  danFix the mdevtest target so that it works with msvc.
2023-08-12  danFix testrunner.tcl so that it restarts itself using...
2023-08-12  danHave the mdevtest target support the OPTS variable...
2023-08-12  danAdd "mdevtest" target to makefiles. Equivalent to runni...
2023-08-12  stephanMore JNI docs.
2023-08-12  stephanFurther simplifications in the interface of the OutputP...
2023-08-12  stephanTweaks and docs for the OutputPointer family of Java...
2023-08-12  stephanBind sqlite3_db_status() to JNI.
2023-08-12  stephanBind sqlite3_status(64)() to JNI.
2023-08-11  stephanModernize the sqlite3 shell man page a bit, per [forum...
2023-08-11  stephanAdd timing info to SQLTester.
2023-08-11  stephanMerge trunk into jni branch.
2023-08-11  stephanFix a makefile deps problem which caused ext/jni build...
2023-08-11  danMerge latest trunk changes, including support for handl...
2023-08-11  danIf SQLITE_USE_SEH is defined, handle structured-excepti...
2023-08-11  stephanMinor SQLTester test tweaks and have 'make tester'...
2023-08-11  stephanBind sqlite3_sql() and sqlite3_expanded_sql() to JNI...
2023-08-11  stephanAdd a doc link for the new sqlite3_js_posix_create_file().
2023-08-11  stephanAdd sqlite3.capi.sqlite3_js_posix_create_file() and...
2023-08-11  stephanDeprecate sqlite3_js_vfs_create_file() because, it...
2023-08-11  drhMerge the latest trunk enhancements into the wal2 branch.
2023-08-11  drhProvide the -DSQLITE_LEGACY_JSON_VALID compile-time...
2023-08-11  drhFix bug in the test case for the previous check-in. legacy-json-valid
2023-08-11  danUpdate test scripts specific to this branch so that...
2023-08-11  drhUp until version 3.42.0, there was a bug in json_valid...
2023-08-10  stephanMark _all_ JNI binding funcs as synchronized so that...
2023-08-10  stephanWork around jdk8 and jdk19 mangling the C name of sqlit...
2023-08-10  stephanAdd a working dist zip file for the JNI bits.
2023-08-10  stephanInitial pass at 'make dist' rules for the JNI bundle...
2023-08-10  drhNew testcase() macro in the tokenizer, to better docume...
2023-08-10  stephanMerge trunk into jni branch for the newly-relocated...
2023-08-10  stephanMove ext/wasm/version-info.c to tool/ for re-use in...
next