2023-08-24 |
stephan | Ensure that db mutex is held when using sqlite3ErrorWit... wasm-post-343 |
commit | commitdiff | tree |
2023-08-18 |
stephan | Improve exception handling in OpfsDb.importDb(). |
commit | commitdiff | tree |
2023-08-18 |
stephan | Extend the importDb() method of both OPFS VFSes to... |
commit | commitdiff | tree |
2023-08-15 |
stephan | Add note about the current threading limitation to... |
commit | commitdiff | tree |
2023-08-15 |
stephan | Remove a piece of stray debug output. No functional... |
commit | commitdiff | tree |
2023-08-14 |
stephan | Remove some obsolete, commented-out makefile code.... |
commit | commitdiff | tree |
2023-08-14 |
drh | Change the name of the ".binary" command in the CLI... |
commit | commitdiff | tree |
2023-08-14 |
drh | Fix harmless compiler warnings reported by MSVC. |
commit | commitdiff | tree |
2023-08-14 |
drh | Enable SEH be default in Windows builds. |
commit | commitdiff | tree |
2023-08-13 |
stephan | Remove SQLITE_DEBUG from JNI build. |
commit | commitdiff | tree |
2023-08-12 |
stephan | Merge the Java Native Interface (JNI) binding into... |
commit | commitdiff | tree |
2023-08-12 |
stephan | Update wasm's push-testing rule to exclude files which... |
commit | commitdiff | tree |
2023-08-12 |
stephan | Correct JNI .jar rules to only include *.java/class... jni |
commit | commitdiff | tree |
2023-08-12 |
dan | Fix the mdevtest target so that it works with msvc. |
commit | commitdiff | tree |
2023-08-12 |
dan | Fix testrunner.tcl so that it restarts itself using... |
commit | commitdiff | tree |
2023-08-12 |
dan | Have the mdevtest target support the OPTS variable... |
commit | commitdiff | tree |
2023-08-12 |
dan | Add "mdevtest" target to makefiles. Equivalent to runni... |
commit | commitdiff | tree |
2023-08-12 |
stephan | More JNI docs. |
commit | commitdiff | tree |
2023-08-12 |
stephan | Further simplifications in the interface of the OutputP... |
commit | commitdiff | tree |
2023-08-12 |
stephan | Tweaks and docs for the OutputPointer family of Java... |
commit | commitdiff | tree |
2023-08-12 |
stephan | Bind sqlite3_db_status() to JNI. |
commit | commitdiff | tree |
2023-08-12 |
stephan | Bind sqlite3_status(64)() to JNI. |
commit | commitdiff | tree |
2023-08-11 |
stephan | Modernize the sqlite3 shell man page a bit, per [forum... |
commit | commitdiff | tree |
2023-08-11 |
stephan | Add timing info to SQLTester. |
commit | commitdiff | tree |
2023-08-11 |
stephan | Merge trunk into jni branch. |
commit | commitdiff | tree |
2023-08-11 |
stephan | Fix a makefile deps problem which caused ext/jni build... |
commit | commitdiff | tree |
2023-08-11 |
dan | If SQLITE_USE_SEH is defined, handle structured-excepti... |
commit | commitdiff | tree |
2023-08-11 |
stephan | Minor SQLTester test tweaks and have 'make tester'... |
commit | commitdiff | tree |
2023-08-11 |
stephan | Bind sqlite3_sql() and sqlite3_expanded_sql() to JNI... |
commit | commitdiff | tree |
2023-08-11 |
stephan | Add a doc link for the new sqlite3_js_posix_create_file(). |
commit | commitdiff | tree |
2023-08-11 |
stephan | Add sqlite3.capi.sqlite3_js_posix_create_file() and... |
commit | commitdiff | tree |
2023-08-11 |
stephan | Deprecate sqlite3_js_vfs_create_file() because, it... |
commit | commitdiff | tree |
2023-08-11 |
drh | Provide the -DSQLITE_LEGACY_JSON_VALID compile-time... |
commit | commitdiff | tree |
2023-08-11 |
drh | Fix bug in the test case for the previous check-in. legacy-json-valid |
commit | commitdiff | tree |
2023-08-11 |
drh | Up until version 3.42.0, there was a bug in json_valid... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Mark _all_ JNI binding funcs as synchronized so that... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Work around jdk8 and jdk19 mangling the C name of sqlit... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Add a working dist zip file for the JNI bits. |
commit | commitdiff | tree |
2023-08-10 |
stephan | Initial pass at 'make dist' rules for the JNI bundle... |
commit | commitdiff | tree |
2023-08-10 |
drh | New testcase() macro in the tokenizer, to better docume... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Merge trunk into jni branch for the newly-relocated... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Move ext/wasm/version-info.c to tool/ for re-use in... |
commit | commitdiff | tree |
2023-08-10 |
dan | Merge latest trunk changes into this branch. wal-shm-exceptions |
commit | commitdiff | tree |
2023-08-10 |
stephan | Add SQLTester --keep-going flag to allow it to continue... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Document that auto-extensions registered via JNI will... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Resolve two assertions in the auto-extension JNI which... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Make test completion status more visible at a glance... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Disable REQUIRED_PROPERTIES handling in SQLTester,... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Add a visual indicator (emoji) to TestScript verbose... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Add the current --testcase name to SQLTester --verbose... |
commit | commitdiff | tree |
2023-08-10 |
stephan | More SQLTester docs. Add --verbosity command to help... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Give DbException the option of closing the db to simpli... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Initial version of REQUIRED_PROPERTIES support for... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Generic cleanups and fixes in SQLTester. |
commit | commitdiff | tree |
2023-08-10 |
stephan | Change the SQLite3Jni API annotations to use SOURCE... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Move all of the SQLTester code into a single file,... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Defer static JNI-side init of SQLTester until main... |
commit | commitdiff | tree |
2023-08-10 |
stephan | Merge trunk into jni branch. |
commit | commitdiff | tree |
2023-08-10 |
stephan | Treat all args to --glob as a single glob. |
commit | commitdiff | tree |
2023-08-10 |
stephan | Remove --print's ability to read ahead. |
commit | commitdiff | tree |
2023-08-10 |
stephan | Replace the SQLTester infrastructure with a line-orient... |
commit | commitdiff | tree |
2023-08-09 |
stephan | Port the SQLTester 'v1' commands to the 'v2' evaluation... |
commit | commitdiff | tree |
2023-08-09 |
stephan | Correct REQUIRED_PROPERTIES handling to not fail if... |
commit | commitdiff | tree |
2023-08-09 |
stephan | More for the SQLTester rework. Can read input and dispa... |
commit | commitdiff | tree |
2023-08-09 |
stephan | Initial sketches of a line-by-line parser for SQLTester... |
commit | commitdiff | tree |
2023-08-09 |
stephan | Adapt TestScript to skip REQUIRED_PROPERTIES, per ... |
commit | commitdiff | tree |
2023-08-09 |
drh | Add an extra constraint to the test-script-interpreter... |
commit | commitdiff | tree |
2023-08-09 |
stephan | SQLTester --result command: do not double-{}-wrap error... |
commit | commitdiff | tree |
2023-08-09 |
stephan | Move the test command body's trim() back into the TestS... |
commit | commitdiff | tree |
2023-08-09 |
stephan | Tweak the SQLTester --verbose and double-verbose output... |
commit | commitdiff | tree |
2023-08-09 |
stephan | Strip --oom commands from SQLTester input since (A... |
commit | commitdiff | tree |
2023-08-09 |
stephan | Update the definition of "special characters" for the... |
commit | commitdiff | tree |
2023-08-09 |
stephan | Extend TestScript to be able to report why it should... |
commit | commitdiff | tree |
2023-08-09 |
stephan | Add a test for the --null command. |
commit | commitdiff | tree |
2023-08-09 |
stephan | Extend SQLTester glob support with '#'. |
commit | commitdiff | tree |
2023-08-09 |
stephan | Implement the SQLTester's result escaping rules. |
commit | commitdiff | tree |
2023-08-09 |
stephan | Add --json and --json-block SQLTester commands. |
commit | commitdiff | tree |
2023-08-09 |
stephan | Add SQLTester --tableresult command. |
commit | commitdiff | tree |
2023-08-09 |
stephan | Clean up the SQLTester output a bit by using the module... |
commit | commitdiff | tree |
2023-08-09 |
stephan | Document SQLTester's --print command and add some argum... |
commit | commitdiff | tree |
2023-08-09 |
stephan | Rework how SQLTester's Command objects are dispatched... |
commit | commitdiff | tree |
2023-08-09 |
stephan | Some minor tweaks in SQLTester in prep for larger refac... |
commit | commitdiff | tree |
2023-08-08 |
stephan | Remove the current-statement tracking from the JNI... |
commit | commitdiff | tree |
2023-08-08 |
stephan | Adapt JNI build to be buildable with or without SQLTester. |
commit | commitdiff | tree |
2023-08-08 |
stephan | Add SQLTester dup() and dup_count() UDFs. Correct arg... |
commit | commitdiff | tree |
2023-08-08 |
stephan | Correct --result arg count check and add infrastructure... |
commit | commitdiff | tree |
2023-08-08 |
stephan | If SQLTester now treats a no-args --result as comparing... |
commit | commitdiff | tree |
2023-08-08 |
stephan | Add glob/notglob commands to SQLTester and complete... |
commit | commitdiff | tree |
2023-08-08 |
stephan | When SQLTester hits an unknown command, emit a warning... |
commit | commitdiff | tree |
2023-08-08 |
drh | Minor cleanups in sqlite3Int.h. By reordering some... |
commit | commitdiff | tree |
2023-08-08 |
drh | Fix an issue in the amalgamation generator in which... |
commit | commitdiff | tree |
2023-08-08 |
stephan | Correct the spacing output of multi-select SQL blocks... |
commit | commitdiff | tree |
2023-08-08 |
drh | Updates to the test script interpreter spec: Rather... |
commit | commitdiff | tree |
2023-08-08 |
stephan | A number of baby steps for SQLTester.java. It can now... |
commit | commitdiff | tree |
2023-08-08 |
drh | Add a few words of clarification on how the SQLite... |
commit | commitdiff | tree |
2023-08-08 |
stephan | Correct JNI sqlite3_prepare() to emit a null stmt handl... |
commit | commitdiff | tree |
2023-08-08 |
stephan | Implement the new/open/close SQLTester commands. |
commit | commitdiff | tree |
2023-08-08 |
stephan | Add a JNI-layer sqlite3.toString() for debugging. |
commit | commitdiff | tree |
2023-08-08 |
stephan | Bind sqlite3_strlike/strglob() to JNI. |
commit | commitdiff | tree |
2023-08-08 |
stephan | SQLTester: add print command and improve argument error... |
commit | commitdiff | tree |
next |