]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-08-24  stephanEnsure that db mutex is held when using sqlite3ErrorWit... wasm-post-343
2023-08-18  stephanImprove exception handling in OpfsDb.importDb().
2023-08-18  stephanExtend the importDb() method of both OPFS VFSes to...
2023-08-15  stephanAdd note about the current threading limitation to...
2023-08-15  stephanRemove a piece of stray debug output. No functional...
2023-08-14  stephanRemove some obsolete, commented-out makefile code....
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  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  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  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...
2023-08-10  danMerge latest trunk changes into this branch. wal-shm-exceptions
2023-08-10  stephanAdd SQLTester --keep-going flag to allow it to continue...
2023-08-10  stephanDocument that auto-extensions registered via JNI will...
2023-08-10  stephanResolve two assertions in the auto-extension JNI which...
2023-08-10  stephanMake test completion status more visible at a glance...
2023-08-10  stephanDisable REQUIRED_PROPERTIES handling in SQLTester,...
2023-08-10  stephanAdd a visual indicator (emoji) to TestScript verbose...
2023-08-10  stephanAdd the current --testcase name to SQLTester --verbose...
2023-08-10  stephanMore SQLTester docs. Add --verbosity command to help...
2023-08-10  stephanGive DbException the option of closing the db to simpli...
2023-08-10  stephanInitial version of REQUIRED_PROPERTIES support for...
2023-08-10  stephanGeneric cleanups and fixes in SQLTester.
2023-08-10  stephanChange the SQLite3Jni API annotations to use SOURCE...
2023-08-10  stephanMove all of the SQLTester code into a single file,...
2023-08-10  stephanDefer static JNI-side init of SQLTester until main...
2023-08-10  stephanMerge trunk into jni branch.
2023-08-10  stephanTreat all args to --glob as a single glob.
2023-08-10  stephanRemove --print's ability to read ahead.
2023-08-10  stephanReplace the SQLTester infrastructure with a line-orient...
2023-08-09  stephanPort the SQLTester 'v1' commands to the 'v2' evaluation...
2023-08-09  stephanCorrect REQUIRED_PROPERTIES handling to not fail if...
2023-08-09  stephanMore for the SQLTester rework. Can read input and dispa...
2023-08-09  stephanInitial sketches of a line-by-line parser for SQLTester...
2023-08-09  stephanAdapt TestScript to skip REQUIRED_PROPERTIES, per ...
2023-08-09  drhAdd an extra constraint to the test-script-interpreter...
2023-08-09  stephanSQLTester --result command: do not double-{}-wrap error...
2023-08-09  stephanMove the test command body's trim() back into the TestS...
2023-08-09  stephanTweak the SQLTester --verbose and double-verbose output...
2023-08-09  stephanStrip --oom commands from SQLTester input since (A...
2023-08-09  stephanUpdate the definition of "special characters" for the...
2023-08-09  stephanExtend TestScript to be able to report why it should...
2023-08-09  stephanAdd a test for the --null command.
2023-08-09  stephanExtend SQLTester glob support with '#'.
2023-08-09  stephanImplement the SQLTester's result escaping rules.
2023-08-09  stephanAdd --json and --json-block SQLTester commands.
2023-08-09  stephanAdd SQLTester --tableresult command.
2023-08-09  stephanClean up the SQLTester output a bit by using the module...
2023-08-09  stephanDocument SQLTester's --print command and add some argum...
2023-08-09  stephanRework how SQLTester's Command objects are dispatched...
2023-08-09  stephanSome minor tweaks in SQLTester in prep for larger refac...
2023-08-08  stephanRemove the current-statement tracking from the JNI...
2023-08-08  stephanAdapt JNI build to be buildable with or without SQLTester.
2023-08-08  stephanAdd SQLTester dup() and dup_count() UDFs. Correct arg...
2023-08-08  stephanCorrect --result arg count check and add infrastructure...
2023-08-08  stephanIf SQLTester now treats a no-args --result as comparing...
2023-08-08  stephanAdd glob/notglob commands to SQLTester and complete...
2023-08-08  stephanWhen SQLTester hits an unknown command, emit a warning...
2023-08-08  drhMinor cleanups in sqlite3Int.h. By reordering some...
2023-08-08  drhFix an issue in the amalgamation generator in which...
2023-08-08  stephanCorrect the spacing output of multi-select SQL blocks...
2023-08-08  drhUpdates to the test script interpreter spec: Rather...
2023-08-08  stephanA number of baby steps for SQLTester.java. It can now...
2023-08-08  drhAdd a few words of clarification on how the SQLite...
2023-08-08  stephanCorrect JNI sqlite3_prepare() to emit a null stmt handl...
2023-08-08  stephanImplement the new/open/close SQLTester commands.
2023-08-08  stephanAdd a JNI-layer sqlite3.toString() for debugging.
2023-08-08  stephanBind sqlite3_strlike/strglob() to JNI.
2023-08-08  stephanSQLTester: add print command and improve argument error...
next