| 2023-10-12 |  larrybr | CLI to check for rare prepare failures. [forum:/forumpo... | commit | commitdiff | tree | snapshot | 
| 2023-10-11 |  stephan | Unconditionally force use of SQLITE_ENABLE_API_ARMOR... | commit | commitdiff | tree | snapshot | 
| 2023-10-11 |  drh | Fix the use of an uninitialized value that occurs when... | commit | commitdiff | tree | snapshot | 
| 2023-10-11 |  stephan | Add (prepare, step, reset, finalize) parts of the JNI... | commit | commitdiff | tree | snapshot | 
| 2023-10-11 |  drh | Simplification to sqlite3ApiExit().  Generates identica... | commit | commitdiff | tree | snapshot | 
| 2023-10-10 |  drh | Fix a bug in the mkautoconfamal.sh script, introduced... | commit | commitdiff | tree | snapshot | 
| 2023-10-10 |  stephan | Start adding tests for the second JNI layer. | commit | commitdiff | tree | snapshot | 
| 2023-10-09 |  drh | Use snprintf() in place of sprintf() in a debugging... | commit | commitdiff | tree | snapshot | 
| 2023-10-09 |  dan | Avoid calling sqlite3_randomness and taking the PRNG... | commit | commitdiff | tree | snapshot | 
| 2023-10-09 |  drh | Add a TCL script that does various verification checks... | commit | commitdiff | tree | snapshot | 
| 2023-10-09 |  drh | Fix a compiler warning caused by the previous check-in. | commit | commitdiff | tree | snapshot | 
| 2023-10-09 |  drh | Turn on SEH by default when building using MSVC. | commit | commitdiff | tree | snapshot | 
| 2023-10-09 |  drh | Fix a potential UAF caused by JSON parser cache spill. | commit | commitdiff | tree | snapshot | 
| 2023-10-09 |  stephan | Flesh out the error state captured by SqliteException... | commit | commitdiff | tree | snapshot | 
| 2023-10-09 |  drh | Fix harmless compiler warning in the test module for... | commit | commitdiff | tree | snapshot | 
| 2023-10-09 |  stephan | Add JNI Sqlite and SqliteException classes. Add Tester2... | commit | commitdiff | tree | snapshot | 
| 2023-10-09 |  stephan | Minor JNI doc and public/private cleanups. | commit | commitdiff | tree | snapshot | 
| 2023-10-09 |  stephan | Rename SQLite3Jni to CApi to (A) reduce name prefix... | commit | commitdiff | tree | snapshot | 
| 2023-10-07 |  dan | Fix a problem with sqlite3changegroup_schema() and... | commit | commitdiff | tree | snapshot | 
| 2023-10-07 |  dan | Add the sqlite3changegroup_schema() API. To allow chang... | commit | commitdiff | tree | snapshot | 
| 2023-10-07 |  dan | Fix a problem with the changes on this branch and table...   session-alter | commit | commitdiff | tree | snapshot | 
| 2023-10-07 |  drh | Add a test case to prevent a regression of the leak... | commit | commitdiff | tree | snapshot | 
| 2023-10-07 |  drh | Fix a resource leak: sqlite3_blob_reopen() was failing... | commit | commitdiff | tree | snapshot | 
| 2023-10-06 |  dan | Add missing source code comments and fix other issues... | commit | commitdiff | tree | snapshot | 
| 2023-10-06 |  dan | Update this branch with latest changes from the trunk. | commit | commitdiff | tree | snapshot | 
| 2023-10-06 |  dan | Add tests for the sqlite3changegroup_schema() API. | commit | commitdiff | tree | snapshot | 
| 2023-10-06 |  drh | Remove an unused parameter from the recomputeColumnsNot... | commit | commitdiff | tree | snapshot | 
| 2023-10-06 |  drh | Ensure that all fields of static sqlite3_module objects... | commit | commitdiff | tree | snapshot | 
| 2023-10-06 |  drh | Remove and unused static variable from shell.c.in in... | commit | commitdiff | tree | snapshot | 
| 2023-10-06 |  drh | Increase the size of some variables associated with... | commit | commitdiff | tree | snapshot | 
| 2023-10-05 |  dan | Add the sqlite3changegroup_schema() API. To allow chang... | commit | commitdiff | tree | snapshot | 
| 2023-10-05 |  drh | Improved detection of corrupt databases in balance_nonr... | commit | commitdiff | tree | snapshot | 
| 2023-10-05 |  stephan | Do not squelch exceptions from SAHPool VFS importDb... | commit | commitdiff | tree | snapshot | 
| 2023-10-05 |  drh | Remove a stray blank line from the beginning of btree... | commit | commitdiff | tree | snapshot | 
| 2023-10-04 |  dan | Allow a session object to generate a changeset, even... | commit | commitdiff | tree | snapshot | 
| 2023-10-04 |  drh | The Makefile distinguishes between tcl8.4 and tcl8... | commit | commitdiff | tree | snapshot | 
| 2023-10-04 |  drh | Modify the main makefile so that it fails with an error... | commit | commitdiff | tree | snapshot | 
| 2023-10-02 |  stephan | JNI: when fetching text-or-blob/length pairs, fetch... | commit | commitdiff | tree | snapshot | 
| 2023-10-02 |  drh | Fix the length of the string in the new concat() and... | commit | commitdiff | tree | snapshot | 
| 2023-10-02 |  drh | Remove an ALWAYS() from a branch that can in fact be... | commit | commitdiff | tree | snapshot | 
| 2023-10-02 |  stephan | Pointer-casting-related fixes for JNI on 32-bit ARM... | commit | commitdiff | tree | snapshot | 
| 2023-10-01 |  stephan | Add JNI binding for sqlite3_normalized_sql(). | commit | commitdiff | tree | snapshot | 
| 2023-10-01 |  stephan | Make JNI binding of sqlite3_value_frombind() return... | commit | commitdiff | tree | snapshot | 
| 2023-09-30 |  stephan | Fix JNI binding to compile without SQLITE_ENABLE_PREUPD... | commit | commitdiff | tree | snapshot | 
| 2023-09-30 |  stephan | Make all SQLite3Jni methods which take a void-pointer... | commit | commitdiff | tree | snapshot | 
| 2023-09-30 |  stephan | JNI: rename sqlite3_errmsg16() to sqlite3_errmsg()... | commit | commitdiff | tree | snapshot | 
| 2023-09-30 |  stephan | Expose sqlite3_stmt_busy() to JNI. | commit | commitdiff | tree | snapshot | 
| 2023-09-30 |  stephan | Correct an undefined-value deref in the JS bindings... | commit | commitdiff | tree | snapshot | 
| 2023-09-30 |  stephan | Make (almost) all SQLite3Jni.sqlite3_... members public... | commit | commitdiff | tree | snapshot | 
| 2023-09-30 |  stephan | Merge in and close jni-ptr-passing branch. The remainin... | commit | commitdiff | tree | snapshot | 
| 2023-09-30 |  stephan | Make all native JNI sqlite3_...() bindings package...   jni-ptr-passing | commit | commitdiff | tree | snapshot | 
| 2023-09-30 |  stephan | More work towards the new pointer-passing mechanism... | commit | commitdiff | tree | snapshot | 
| 2023-09-29 |  dan | Add test case to ensure the assert() removed by [f090af... | commit | commitdiff | tree | snapshot | 
| 2023-09-29 |  drh | Remove an incorrect assert(). | commit | commitdiff | tree | snapshot | 
| 2023-09-28 |  stephan | JNI: correct a NullPointerException triggered via SQLTe... | commit | commitdiff | tree | snapshot | 
| 2023-09-28 |  larrybr | Clarify serialization API doc w.r.t. buffer validity... | commit | commitdiff | tree | snapshot | 
| 2023-09-28 |  stephan | Adapted the JNI bindings for the sqlite3_value_...... | commit | commitdiff | tree | snapshot | 
| 2023-09-28 |  stephan | Convert the remaining macro-generated JNI bindings... | commit | commitdiff | tree | snapshot | 
| 2023-09-28 |  stephan | Convert the macro-generated JNI bindings which take... | commit | commitdiff | tree | snapshot | 
| 2023-09-27 |  stephan | Adapted JNI sqlite3_blob_...() and sqlite3_close..... | commit | commitdiff | tree | snapshot | 
| 2023-09-27 |  stephan | Adapt JNI sqlite3_bind_...() bindings to the new pointe... | commit | commitdiff | tree | snapshot | 
| 2023-09-27 |  stephan | Add missing license headers to JNI annotation classes... | commit | commitdiff | tree | snapshot | 
| 2023-09-27 |  stephan | Rework the JNI sqlite3_backup APIs to the new pointer... | commit | commitdiff | tree | snapshot | 
| 2023-09-26 |  stephan | Start reworking JNI methods such that they pass void... | commit | commitdiff | tree | snapshot | 
| 2023-09-26 |  drh | Fix harmless compiler warnings in the testfixture testi... | commit | commitdiff | tree | snapshot | 
| 2023-09-26 |  stephan | JNI: implement AutoCloseable for the sqlite3 and sqlite... | commit | commitdiff | tree | snapshot | 
| 2023-09-26 |  drh | Fix yet another assert() in the partial-index constant... | commit | commitdiff | tree | snapshot | 
| 2023-09-26 |  dan | Remove a NEVER() from a condition in the partial-index... | commit | commitdiff | tree | snapshot | 
| 2023-09-26 |  drh | Remove unreachable code from the partial-index constant... | commit | commitdiff | tree | snapshot | 
| 2023-09-26 |  stephan | Remove some outdated JNI docs. | commit | commitdiff | tree | snapshot | 
| 2023-09-26 |  stephan | Minor JNI doc updates. No code changes. | commit | commitdiff | tree | snapshot | 
| 2023-09-25 |  dan | In partial index scans, if the WHERE clause implies... | commit | commitdiff | tree | snapshot | 
| 2023-09-25 |  dan | Another very minor tweak to code on this branch to...   partial-index-terms | commit | commitdiff | tree | snapshot | 
| 2023-09-25 |  dan | Change the order of an if..else... in new code to make... | commit | commitdiff | tree | snapshot | 
| 2023-09-25 |  drh | Enable -Wall for the compiler on --enable-debug builds. | commit | commitdiff | tree | snapshot | 
| 2023-09-25 |  dan | Fix a bad interaction between LEFT JOIN, bloom filters... | commit | commitdiff | tree | snapshot | 
| 2023-09-24 |  stephan | Resolve the JNI FTS5 test5() failure and remove some... | commit | commitdiff | tree | snapshot | 
| 2023-09-23 |  dan | Add extra tests for changes on this branch. | commit | commitdiff | tree | snapshot | 
| 2023-09-23 |  dan | Avoid an error when parsing a schema that contains... | commit | commitdiff | tree | snapshot | 
| 2023-09-23 |  dan | Fix a failing assert() caused by changes on this branch. | commit | commitdiff | tree | snapshot | 
| 2023-09-23 |  drh | Fix a harmless compiler warning. | commit | commitdiff | tree | snapshot | 
| 2023-09-23 |  dan | Add extra tests for the fts5 xPhraseQuery API. | commit | commitdiff | tree | snapshot | 
| 2023-09-23 |  stephan | Resolve the JNI FTS5 test5() crash, caused by two unrel... | commit | commitdiff | tree | snapshot | 
| 2023-09-23 |  stephan | Remove an invalid optimization from JNI code and add... | commit | commitdiff | tree | snapshot | 
| 2023-09-22 |  dan | In partial index scans, if the WHERE clause implies... | commit | commitdiff | tree | snapshot | 
| 2023-09-18 |  dan | Add extra tests for java Fts5ExtensionApi API. | commit | commitdiff | tree | snapshot | 
| 2023-09-18 |  dan | Extra tests for java Fts5ExtensionApi interface. | commit | commitdiff | tree | snapshot | 
| 2023-09-17 |  drh | Remove a NEVER() in btree.c that could actually be... | commit | commitdiff | tree | snapshot | 
| 2023-09-16 |  dan | Fix resolution of "rowid" and similar identifiers in... | commit | commitdiff | tree | snapshot | 
| 2023-09-16 |  dan | Enable "OR IGNORE" support via SQLITE_VTAB_CONSTRAINT_S... | commit | commitdiff | tree | snapshot | 
| 2023-09-16 |  drh | Add a NEVER() to an unreachable branch.  nested-from-rowid-expansion | commit | commitdiff | tree | snapshot | 
| 2023-09-16 |  drh | Fix minor code indentation inconsistencies.  No functio... | commit | commitdiff | tree | snapshot | 
| 2023-09-16 |  drh | Fix a harmless compiler warning. | commit | commitdiff | tree | snapshot | 
| 2023-09-16 |  dan | Further tests and assert() statements for the change... | commit | commitdiff | tree | snapshot | 
| 2023-09-15 |  dan | Fix resolution of unqualified "rowid" identifiers in... | commit | commitdiff | tree | snapshot | 
| 2023-09-15 |  drh | Simplifications and performance optimizations for the... | commit | commitdiff | tree | snapshot | 
| 2023-09-15 |  drh | Drop support for the view-scan optimization (check... | commit | commitdiff | tree | snapshot | 
| 2023-09-15 |  drh | Minor simplification to the DISTINCT output row count...   rethink-viewscan | commit | commitdiff | tree | snapshot | 
| 2023-09-15 |  drh | Do not reduce subquery output row count estimates due... | commit | commitdiff | tree | snapshot | 
| 2023-09-15 |  dan | Allow expressions like "<tbl>.rowid" to refer to implic... | commit | commitdiff | tree | snapshot | 
| next |