]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-11-07  danDo not allow aggregate or window functions in UPDATE... no-aggregates-in-update
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  stephanBind the sqlite3_keyword_...() and sqlite3_compileoptio...
2023-11-03  drhUpdate the tool/srctree-check.tcl script so that it...
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...
2023-11-02  drhUpdate the srctree-check.tcl script and child script...
2023-11-02  larrybrCLI to compile with older MSVC compiler.
2023-11-01  stephanRemove some outdated JNI docs. jni-post-3.44
2023-11-01  drhUpdate the windows build documentation to provide the...
2023-11-01  danFix testrunner.tcl so that it accepts a relative path...
2023-11-01  drhVersion 3.44.0 version-3.44.0
2023-10-31  drhFix harmless compiler warnings in test code.
2023-10-31  danFix a problem with SQLITE_ENABLE_FTS5 builds of the...
2023-10-30  larrybrRemedy CLI non-UTF8 handling detection flaw [forum...
2023-10-30  larrybrRemedy CLI non-UTF8 handling detection flaw [forum... win-utf8-io-split
2023-10-30  drhUpdate the autoconf/Makefile.msc so that it aligns...
2023-10-30  larrybrDodge a nuisance warning from MSVC in CLI use of Prepar...
2023-10-30  drhAdd a cast to i64 for an integer in an sqlite3OsWrite...
2023-10-30  drhFix another comment typo. No code changes.
2023-10-30  danAdd FTS5 to default Makefile.msc builds. And UNKNOWN_SQ...
2023-10-30  drhMake the new sqlite3_get_clientdata() and sqlite3_set_c...
2023-10-30  danFix problems with previous commit on Makefile.msc.... shell-build-changes
2023-10-30  drhFix typo in a comment. No code changes.
2023-10-30  danAdd FTS5 to default Makefile.msc builds. And UNKNOWN_SQ...
2023-10-30  larrybrPredicate Windows CLI UTF-8 console I/O on a runtime...
2023-10-30  larrybrPredicate Windows CLI UTF-8 console I/O on a runtime...
2023-10-30  drhWith SQLITE_ENABLE_BLOCK_ATOMIC_WRITE enabled, if a...
2023-10-29  larrybrFor Windows CLI, institute a version check to determine...
2023-10-29  larrybrSimplify code slightly. Improve comments on added code...
2023-10-29  larrybrProperly close a handle. Use a putatively effective...
2023-10-29  larrybrCondition default UTF-8 console I/O for Windows builds...
2023-10-28  drhLimit the range of integer unix timestamps in date4...
2023-10-28  drhUpdate documentation for sqlite3_errmsg() to try to...
2023-10-28  drhSince SQLite considers NaN to be like NULL and NULL...
2023-10-28  stephanMerge trunk into jni-post-3.44 branch.
2023-10-28  stephanRemove the SQLITE_MAX_ALLOCATION_SIZE flag (set to...
2023-10-27  stephanAdd missing docs for the JS Worker1 export method,...
2023-10-27  larrybrFix cosmetic flaw in SQLITE_TXN_* doc. (no code change)
2023-10-27  stephanExport sqlite3_get_autocommit() to WASM and add tests...
2023-10-27  drhDisable two rtree test cases for Linux-i686. We do...
2023-10-27  drhAdd makefile targets for fuzzcheck-asan and fuzzcheck...
2023-10-27  danFix to Makefile.in so that the "tool-zip" target can...
2023-10-27  larrybrCleanup shell.c comments. Hide -utf8 option, as it...
2023-10-27  drhBack out [2904fcbeebba9189], mostly. The page bitmap...
2023-10-26  larrybrIn CLI for Windows builds, do MBCS/UTF-8 translation...
2023-10-26  larrybrHandle utf8 mode restore better for redirected input...
2023-10-26  drhEnhance the "tool-zip" makefile target on Windows so...
2023-10-26  drhFurther enhancements to make sure the correct returnnin...
2023-10-26  danHandle the case where a virtual table xBestIndex method...
2023-10-26  larrybrReady for merge, but could use testing on some dusty...
2023-10-26  drhDeal with the case of a reentrant INSERT on a virtual...
2023-10-25  larrybrCure a harmless MSVC warning. (no other changes)
2023-10-25  larrybrIn CLI for Windows builds, do MBCS/UTF-8 translation...
2023-10-25  danUpdates to the mktoolzip.tcl to work on win32. win32-mktoolzip
2023-10-25  drhFix harmless compiler warnings.
2023-10-25  drhProvide dummy parameter names in the prototype for...
2023-10-25  drhFix minor problems with the "showwal" utility program...
2023-10-25  drhTest module altermalloc3.test requires DQS_DDL to be...
2023-10-25  drhAdd an ALWAYS on branch that was made always-true by...
2023-10-25  drhWhen doing a DISTINCT aggregate that contains an ORDER...
2023-10-25  drhFix the amalgamation generator so that when it is repor...
2023-10-25  drhEnhance the new xIntegrity method of the sqlite3_module...
2023-10-24  drhImplement check-in [477577120b897bf1] differently,...
2023-10-24  drhTest cases for COLLATE and NULLS FIRST/LAST in the...
2023-10-24  drhNew #ifdefs to fix certain compile-time options.
2023-10-24  danFix a problem with the fts5 highlight() and snippet...
2023-10-24  danFix a problem with the fts5 highlight() and snippet... fts5-trigram-snippet-fix
2023-10-24  larrybrSpelling improvements, in comments only
2023-10-24  larrybrSpelling improvements, in comments only
next