| 2023-08-10 |
stephan | Document that auto-extensions registered via JNI will... |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Resolve two assertions in the auto-extension JNI which... |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Make test completion status more visible at a glance... |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Disable REQUIRED_PROPERTIES handling in SQLTester,... |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Add a visual indicator (emoji) to TestScript verbose... |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Add the current --testcase name to SQLTester --verbose... |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | More SQLTester docs. Add --verbosity command to help... |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Give DbException the option of closing the db to simpli... |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Initial version of REQUIRED_PROPERTIES support for... |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Generic cleanups and fixes in SQLTester. |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Change the SQLite3Jni API annotations to use SOURCE... |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Move all of the SQLTester code into a single file,... |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Defer static JNI-side init of SQLTester until main... |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Merge trunk into jni branch. |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Treat all args to --glob as a single glob. |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Remove --print's ability to read ahead. |
commit | commitdiff | tree | snapshot |
| 2023-08-10 |
stephan | Replace the SQLTester infrastructure with a line-orient... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Port the SQLTester 'v1' commands to the 'v2' evaluation... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Correct REQUIRED_PROPERTIES handling to not fail if... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | More for the SQLTester rework. Can read input and dispa... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Initial sketches of a line-by-line parser for SQLTester... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Adapt TestScript to skip REQUIRED_PROPERTIES, per ... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
drh | Add an extra constraint to the test-script-interpreter... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | SQLTester --result command: do not double-{}-wrap error... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Move the test command body's trim() back into the TestS... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Tweak the SQLTester --verbose and double-verbose output... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Strip --oom commands from SQLTester input since (A... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Update the definition of "special characters" for the... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Extend TestScript to be able to report why it should... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Add a test for the --null command. |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Extend SQLTester glob support with '#'. |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Implement the SQLTester's result escaping rules. |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Add --json and --json-block SQLTester commands. |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Add SQLTester --tableresult command. |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Clean up the SQLTester output a bit by using the module... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Document SQLTester's --print command and add some argum... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Rework how SQLTester's Command objects are dispatched... |
commit | commitdiff | tree | snapshot |
| 2023-08-09 |
stephan | Some minor tweaks in SQLTester in prep for larger refac... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | Remove the current-statement tracking from the JNI... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | Adapt JNI build to be buildable with or without SQLTester. |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | Add SQLTester dup() and dup_count() UDFs. Correct arg... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | Correct --result arg count check and add infrastructure... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | If SQLTester now treats a no-args --result as comparing... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | Add glob/notglob commands to SQLTester and complete... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | When SQLTester hits an unknown command, emit a warning... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
drh | Minor cleanups in sqlite3Int.h. By reordering some... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
drh | Fix an issue in the amalgamation generator in which... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | Correct the spacing output of multi-select SQL blocks... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
drh | Updates to the test script interpreter spec: Rather... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | A number of baby steps for SQLTester.java. It can now... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
drh | Add a few words of clarification on how the SQLite... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | Correct JNI sqlite3_prepare() to emit a null stmt handl... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | Implement the new/open/close SQLTester commands. |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | Add a JNI-layer sqlite3.toString() for debugging. |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | Bind sqlite3_strlike/strglob() to JNI. |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | SQLTester: add print command and improve argument error... |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | Add missing license header. Minor cleanups in SQLTester. |
commit | commitdiff | tree | snapshot |
| 2023-08-08 |
stephan | Rework SQLTester dispatching and add stub impls for... |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
stephan | Add command dispatcher to SQLTester. |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
stephan | SQLTester now ignores tests which contain constructs... |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
stephan | SQLTester can now split a test script into a series... |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
stephan | SQLTester can now read a script and strip it of all... |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
stephan | Initial skeleton for adding an SQL-driven test script... |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
dan | Enhance sqlite3_vtab_nochange() so that it works with... |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
dan | Changes so that sqlite3_vtab_nochange() works with... fts5-contentless-delete |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
stephan | When converting a Java exception to a db error message... |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
stephan | Lots of JNI internal API renaming, for consistency... |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
stephan | JNI API renaming to better match the C API. |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
stephan | Rename fts5_api pContext parameters to pUserData, per... |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
stephan | Make sqlite3_stmt() Java ctor private - it's only const... |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
stephan | Minor internal cleanups and additional test metrics. |
commit | commitdiff | tree | snapshot |
| 2023-08-07 |
stephan | Bind the auto-extension APIs to JNI. |
commit | commitdiff | tree | snapshot |
| 2023-08-06 |
stephan | Rework the sqlite3_open(_v2)() order of operations... |
commit | commitdiff | tree | snapshot |
| 2023-08-06 |
stephan | Completely rework how the JNI sqlite3_open(_v2) and... |
commit | commitdiff | tree | snapshot |
| 2023-08-06 |
stephan | Start adding JNI-side support for auto extensions,... |
commit | commitdiff | tree | snapshot |
| 2023-08-06 |
stephan | Doc cleanups. |
commit | commitdiff | tree | snapshot |
| 2023-08-06 |
stephan | Bind sqlite3_config() to JNI for call variants taking... |
commit | commitdiff | tree | snapshot |
| 2023-08-06 |
stephan | JNI-internal cleanups and API renaming. Add a C-side... |
commit | commitdiff | tree | snapshot |
| 2023-08-06 |
stephan | Remove doc outdated warning about sqlite3_trace_v2... |
commit | commitdiff | tree | snapshot |
| 2023-08-06 |
stephan | Add a way to convert from standard UTF-8 to a Java... |
commit | commitdiff | tree | snapshot |
| 2023-08-06 |
stephan | Bind sqlite3_db_filename() and (closely related) (A... |
commit | commitdiff | tree | snapshot |
| 2023-08-05 |
stephan | Bind sqlite3_set_authorizer() to JNI. |
commit | commitdiff | tree | snapshot |
| 2023-08-05 |
stephan | Refactor the per-JNIEnv cache from a fixed-size static... |
commit | commitdiff | tree | snapshot |
| 2023-08-05 |
stephan | Add SQLite3Jni.uncacheJniEnv(), a way for Java threads... |
commit | commitdiff | tree | snapshot |
| 2023-08-05 |
stephan | In the JNI docs, note that the sizeof SQLITE_TRANSIENT... |
commit | commitdiff | tree | snapshot |
| 2023-08-05 |
stephan | Tiny doc typo fixes from [forum:31eb707250|forum post... |
commit | commitdiff | tree | snapshot |
| 2023-08-05 |
stephan | JNI internal refactoring and cleanups. |
commit | commitdiff | tree | snapshot |
| 2023-08-05 |
stephan | Bind Fts5ExtensionApi::xUserData() to JNI and extend... |
commit | commitdiff | tree | snapshot |
| 2023-08-05 |
stephan | Add missing Fts5PhraseIter.java to the build. |
commit | commitdiff | tree | snapshot |
| 2023-08-05 |
stephan | Bind fts5_api::xCreateFunction() to JNI and demonstrate... |
commit | commitdiff | tree | snapshot |
| 2023-08-05 |
stephan | Start adding fts5_api to JNI. |
commit | commitdiff | tree | snapshot |
| 2023-08-05 |
stephan | Bind the remaining Fts5ExtensionApi methods to JNI... |
commit | commitdiff | tree | snapshot |
| 2023-08-04 |
stephan | In the opfs-sahpool VFS's importDb() and exportFile... |
commit | commitdiff | tree | snapshot |
| 2023-08-04 |
stephan | More work on the JNI binding of fts5 customization... |
commit | commitdiff | tree | snapshot |
| 2023-08-04 |
stephan | Eliminate code duplication in the two JNI tester classes. |
commit | commitdiff | tree | snapshot |
| 2023-08-04 |
drh | Fix a bug in the jsonLookup() routine used to search... |
commit | commitdiff | tree | snapshot |
| 2023-08-04 |
stephan | FTS-related JNI refactoring. Move FTS-specific tests... |
commit | commitdiff | tree | snapshot |
| 2023-08-04 |
stephan | More work towards binding FTS5 customization to JNI... |
commit | commitdiff | tree | snapshot |
| 2023-08-04 |
dan | Change comment on Fts5ExtensionApi.iVersion from "alway... |
commit | commitdiff | tree | snapshot |
| 2023-08-04 |
stephan | Start including fts5 customization bits into JNI, but... |
commit | commitdiff | tree | snapshot |
| next |