| 2023-10-14 |  stephan | JNI: extend [baf220e78a46246c47] to include macro-gener...   api-armor-audit | commit | commitdiff | tree | snapshot | 
| 2023-10-14 |  stephan | JNI: make the sqlite3_value_...() family of bindings... | commit | commitdiff | tree | snapshot | 
| 2023-10-14 |  stephan | Add API_ARMOR support to the scanstatus family of funct... | commit | commitdiff | tree | snapshot | 
| 2023-10-14 |  stephan | JNI: add a missing result code check to sqlite3_bind_va... | commit | commitdiff | tree | snapshot | 
| 2023-10-14 |  stephan | JNI: add missing sqlite3_bind_value() and minor memory... | commit | commitdiff | tree | snapshot | 
| 2023-10-14 |  stephan | Add API_ARMOR support to the sqlite3_result_...() famil... | commit | commitdiff | tree | snapshot | 
| 2023-10-14 |  stephan | More API_ARMOR additions. | commit | commitdiff | tree | snapshot | 
| 2023-10-14 |  stephan | Add column name to API_ARMOR check in sqlite3_blob_open... | commit | commitdiff | tree | snapshot | 
| 2023-10-14 |  stephan | Revert [f6cd88e6b234] - the NULL callback case is perfe... | commit | commitdiff | tree | snapshot | 
| 2023-10-14 |  stephan | Bring JNI-side sqlite3_last_insert_rowid() and sqlite3_... | commit | commitdiff | tree | snapshot | 
| 2023-10-14 |  stephan | Extend API_ARMOR checks on sqlite3_commit/rollback_hook... | commit | commitdiff | tree | snapshot | 
| 2023-10-14 |  stephan | Add missing JNI bindings for sqlite3_db_readonly()... | commit | commitdiff | tree | snapshot | 
| 2023-10-13 |  stephan | Round one of an audit for SQLITE_ENABLE_API_ARMOR for... | commit | commitdiff | tree | snapshot | 
| 2023-10-13 |  larrybr | Avoid potential overflow in hex(). [forum:/forumpost... | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  drh | Make sure virtual tables have been connected before... | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  dan | Fix a problem with an fts5 secure-delete on a rowid... | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  drh | Enable SQLITE_VTAB_INNOCUOUS for FTS3, FTS5, and RTREE. | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  dan | Add test case for [29937081]. | commit | commitdiff | tree | snapshot | 
| 2023-10-12 |  drh | Make sure the journal file is closed when transitioning... | commit | commitdiff | tree | snapshot | 
| 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 | 
| next |