]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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  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...
2023-08-08  stephanAdd missing license header. Minor cleanups in SQLTester.
2023-08-08  stephanRework SQLTester dispatching and add stub impls for...
2023-08-07  stephanAdd command dispatcher to SQLTester.
2023-08-07  stephanSQLTester now ignores tests which contain constructs...
2023-08-07  stephanSQLTester can now split a test script into a series...
2023-08-07  stephanSQLTester can now read a script and strip it of all...
2023-08-07  stephanInitial skeleton for adding an SQL-driven test script...
2023-08-07  danEnhance sqlite3_vtab_nochange() so that it works with...
2023-08-07  danChanges so that sqlite3_vtab_nochange() works with... fts5-contentless-delete
2023-08-07  stephanWhen converting a Java exception to a db error message...
2023-08-07  stephanLots of JNI internal API renaming, for consistency...
2023-08-07  stephanJNI API renaming to better match the C API.
2023-08-07  stephanRename fts5_api pContext parameters to pUserData, per...
2023-08-07  stephanMake sqlite3_stmt() Java ctor private - it's only const...
2023-08-07  stephanMinor internal cleanups and additional test metrics.
2023-08-07  stephanBind the auto-extension APIs to JNI.
2023-08-06  stephanRework the sqlite3_open(_v2)() order of operations...
2023-08-06  stephanCompletely rework how the JNI sqlite3_open(_v2) and...
2023-08-06  stephanStart adding JNI-side support for auto extensions,...
2023-08-06  stephanDoc cleanups.
2023-08-06  stephanBind sqlite3_config() to JNI for call variants taking...
2023-08-06  stephanJNI-internal cleanups and API renaming. Add a C-side...
2023-08-06  stephanRemove doc outdated warning about sqlite3_trace_v2...
2023-08-06  stephanAdd a way to convert from standard UTF-8 to a Java...
2023-08-06  stephanBind sqlite3_db_filename() and (closely related) (A...
2023-08-05  stephanBind sqlite3_set_authorizer() to JNI.
2023-08-05  stephanRefactor the per-JNIEnv cache from a fixed-size static...
2023-08-05  stephanAdd SQLite3Jni.uncacheJniEnv(), a way for Java threads...
2023-08-05  stephanIn the JNI docs, note that the sizeof SQLITE_TRANSIENT...
2023-08-05  stephanTiny doc typo fixes from [forum:31eb707250|forum post...
2023-08-05  stephanJNI internal refactoring and cleanups.
2023-08-05  stephanBind Fts5ExtensionApi::xUserData() to JNI and extend...
2023-08-05  stephanAdd missing Fts5PhraseIter.java to the build.
2023-08-05  stephanBind fts5_api::xCreateFunction() to JNI and demonstrate...
2023-08-05  stephanStart adding fts5_api to JNI.
2023-08-05  stephanBind the remaining Fts5ExtensionApi methods to JNI...
2023-08-04  stephanIn the opfs-sahpool VFS's importDb() and exportFile...
2023-08-04  stephanMore work on the JNI binding of fts5 customization...
2023-08-04  stephanEliminate code duplication in the two JNI tester classes.
next