| 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 |
| 2023-08-04 |
stephan | Improve internal error handling in the JNI create_funct... |
commit | commitdiff | tree | snapshot |
| 2023-08-04 |
stephan | Resolve the timing/ordering issue of a JS-to-WASM-conve... |
commit | commitdiff | tree | snapshot |
| 2023-08-04 |
stephan | Part 2 of the fix from [a0f808363318c00fd1db78b]. |
commit | commitdiff | tree | snapshot |
| 2023-08-03 |
drh | Fix harmless scan-build warnings. |
commit | commitdiff | tree | snapshot |
| 2023-08-03 |
stephan | Fix a discrepancy between sqlite3_values_to_js() and... |
commit | commitdiff | tree | snapshot |
| 2023-08-03 |
drh | Fix build problems associated with SQLITE_OMIT_WSD... |
commit | commitdiff | tree | snapshot |
| 2023-08-03 |
drh | Fix a test case whose value changes under the no_optimi... |
commit | commitdiff | tree | snapshot |
| 2023-08-03 |
drh | Unix builds now assume the presence of nanosleep()... |
commit | commitdiff | tree | snapshot |
| 2023-08-02 |
stephan | More JNI-internal docs. Correct handling of a Java... |
commit | commitdiff | tree | snapshot |
| 2023-08-02 |
stephan | Internal doc additions in the JNI bits. |
commit | commitdiff | tree | snapshot |
| 2023-08-02 |
drh | Performance optimization for JSON rendering logic. |
commit | commitdiff | tree | snapshot |
| 2023-08-02 |
drh | Remove an unreachable branch in the ascii-to-floating... |
commit | commitdiff | tree | snapshot |
| 2023-08-02 |
drh | Stricter enforcement of the idea that a MATERIALIZED... |
commit | commitdiff | tree | snapshot |
| 2023-08-02 |
drh | Remove a condition from query flattening that is now... materialize-order-by |
commit | commitdiff | tree | snapshot |
| 2023-08-02 |
drh | Simplify the select.c logic that enforces the optimizat... |
commit | commitdiff | tree | snapshot |
| 2023-08-02 |
drh | Never flatten a CTE that is labeled MATERIALIZED. ... |
commit | commitdiff | tree | snapshot |
| 2023-08-02 |
drh | When a query is inside an AS MATERIALIZED CTE, do not... |
commit | commitdiff | tree | snapshot |
| 2023-08-01 |
drh | Avoid ASAN warnings when converting over-sized long... |
commit | commitdiff | tree | snapshot |
| 2023-08-01 |
stephan | Filter the wasmfs-specific JS module result type check... |
commit | commitdiff | tree | snapshot |
| 2023-08-01 |
stephan | Fix part 2 of 2 for /fiddle: a make deps problem which... |
commit | commitdiff | tree | snapshot |
| 2023-08-01 |
stephan | Fix part 1 of 2 for /fiddle not running: build flags... |
commit | commitdiff | tree | snapshot |
| 2023-08-01 |
dan | Fix an assert() in fts5_index.c that might fail when... |
commit | commitdiff | tree | snapshot |
| 2023-08-01 |
stephan | More docs for the Java side of the JNI bindings. |
commit | commitdiff | tree | snapshot |
| 2023-08-01 |
stephan | Internal exception-handling cleanups in the JNI bindings. |
commit | commitdiff | tree | snapshot |
| 2023-08-01 |
stephan | Minor JNI-related doc tweaks and code re-ordering. |
commit | commitdiff | tree | snapshot |
| 2023-08-01 |
drh | Remove redundant comparison operator. |
commit | commitdiff | tree | snapshot |
| 2023-08-01 |
drh | Restore part of the UPDATE one-pass optimization that... |
commit | commitdiff | tree | snapshot |
| 2023-07-31 |
drh | Restrict the new column cache to table-btree, which... |
commit | commitdiff | tree | snapshot |
| 2023-07-31 |
drh | The original column-cache implementation from check... |
commit | commitdiff | tree | snapshot |
| 2023-07-31 |
drh | Add bit to sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZ... |
commit | commitdiff | tree | snapshot |
| 2023-07-31 |
drh | Improved debug tracking of the Parse.nQueryLoop value. |
commit | commitdiff | tree | snapshot |
| 2023-07-31 |
stephan | Experimentally change the JNI sqlite3_trace_v2() callba... |
commit | commitdiff | tree | snapshot |
| 2023-07-31 |
stephan | Add some JNI-internal metrics, accessible via passing... |
commit | commitdiff | tree | snapshot |
| 2023-07-31 |
stephan | Correct a mis-cast in the JNI wrapper which just happen... |
commit | commitdiff | tree | snapshot |
| 2023-07-31 |
stephan | Add another test for JNI-bound scalar UDFs. |
commit | commitdiff | tree | snapshot |
| 2023-07-31 |
stephan | Update some internal docs for the past two checkins... |
commit | commitdiff | tree | snapshot |
| next |