]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-10-14  stephanJNI: extend [baf220e78a46246c47] to include macro-gener... api-armor-audit
2023-10-14  stephanJNI: make the sqlite3_value_...() family of bindings...
2023-10-14  stephanAdd API_ARMOR support to the scanstatus family of funct...
2023-10-14  stephanJNI: add a missing result code check to sqlite3_bind_va...
2023-10-14  stephanJNI: add missing sqlite3_bind_value() and minor memory...
2023-10-14  stephanAdd API_ARMOR support to the sqlite3_result_...() famil...
2023-10-14  stephanMore API_ARMOR additions.
2023-10-14  stephanAdd column name to API_ARMOR check in sqlite3_blob_open...
2023-10-14  stephanRevert [f6cd88e6b234] - the NULL callback case is perfe...
2023-10-14  stephanBring JNI-side sqlite3_last_insert_rowid() and sqlite3_...
2023-10-14  stephanExtend API_ARMOR checks on sqlite3_commit/rollback_hook...
2023-10-14  stephanAdd missing JNI bindings for sqlite3_db_readonly()...
2023-10-13  stephanRound one of an audit for SQLITE_ENABLE_API_ARMOR for...
2023-10-13  larrybrAvoid potential overflow in hex(). [forum:/forumpost...
2023-10-12  drhMake sure virtual tables have been connected before...
2023-10-12  danFix a problem with an fts5 secure-delete on a rowid...
2023-10-12  drhEnable SQLITE_VTAB_INNOCUOUS for FTS3, FTS5, and RTREE.
2023-10-12  danAdd test case for [29937081].
2023-10-12  drhMake sure the journal file is closed when transitioning...
2023-10-12  larrybrCLI to check for rare prepare failures. [forum:/forumpo...
2023-10-11  stephanUnconditionally force use of SQLITE_ENABLE_API_ARMOR...
2023-10-11  drhFix the use of an uninitialized value that occurs when...
2023-10-11  stephanAdd (prepare, step, reset, finalize) parts of the JNI...
2023-10-11  drhSimplification to sqlite3ApiExit(). Generates identica...
2023-10-10  drhFix a bug in the mkautoconfamal.sh script, introduced...
2023-10-10  stephanStart adding tests for the second JNI layer.
2023-10-09  drhUse snprintf() in place of sprintf() in a debugging...
2023-10-09  danAvoid calling sqlite3_randomness and taking the PRNG...
2023-10-09  drhAdd a TCL script that does various verification checks...
2023-10-09  drhFix a compiler warning caused by the previous check-in.
2023-10-09  drhTurn on SEH by default when building using MSVC.
2023-10-09  drhFix a potential UAF caused by JSON parser cache spill.
2023-10-09  stephanFlesh out the error state captured by SqliteException...
2023-10-09  drhFix harmless compiler warning in the test module for...
2023-10-09  stephanAdd JNI Sqlite and SqliteException classes. Add Tester2...
2023-10-09  stephanMinor JNI doc and public/private cleanups.
2023-10-09  stephanRename SQLite3Jni to CApi to (A) reduce name prefix...
2023-10-07  danFix a problem with sqlite3changegroup_schema() and...
2023-10-07  danAdd the sqlite3changegroup_schema() API. To allow chang...
2023-10-07  danFix a problem with the changes on this branch and table... session-alter
2023-10-07  drhAdd a test case to prevent a regression of the leak...
2023-10-07  drhFix a resource leak: sqlite3_blob_reopen() was failing...
2023-10-06  danAdd missing source code comments and fix other issues...
2023-10-06  danUpdate this branch with latest changes from the trunk.
2023-10-06  danAdd tests for the sqlite3changegroup_schema() API.
2023-10-06  drhRemove an unused parameter from the recomputeColumnsNot...
2023-10-06  drhEnsure that all fields of static sqlite3_module objects...
2023-10-06  drhRemove and unused static variable from shell.c.in in...
2023-10-06  drhIncrease the size of some variables associated with...
2023-10-05  danAdd the sqlite3changegroup_schema() API. To allow chang...
2023-10-05  drhImproved detection of corrupt databases in balance_nonr...
2023-10-05  stephanDo not squelch exceptions from SAHPool VFS importDb...
2023-10-05  drhRemove a stray blank line from the beginning of btree...
2023-10-04  danAllow a session object to generate a changeset, even...
2023-10-04  drhThe Makefile distinguishes between tcl8.4 and tcl8...
2023-10-04  drhModify the main makefile so that it fails with an error...
2023-10-02  stephanJNI: when fetching text-or-blob/length pairs, fetch...
2023-10-02  drhFix the length of the string in the new concat() and...
2023-10-02  drhRemove an ALWAYS() from a branch that can in fact be...
2023-10-02  stephanPointer-casting-related fixes for JNI on 32-bit ARM...
2023-10-01  stephanAdd JNI binding for sqlite3_normalized_sql().
2023-10-01  stephanMake JNI binding of sqlite3_value_frombind() return...
2023-09-30  stephanFix JNI binding to compile without SQLITE_ENABLE_PREUPD...
2023-09-30  stephanMake all SQLite3Jni methods which take a void-pointer...
2023-09-30  stephanJNI: rename sqlite3_errmsg16() to sqlite3_errmsg()...
2023-09-30  stephanExpose sqlite3_stmt_busy() to JNI.
2023-09-30  stephanCorrect an undefined-value deref in the JS bindings...
2023-09-30  stephanMake (almost) all SQLite3Jni.sqlite3_... members public...
2023-09-30  stephanMerge in and close jni-ptr-passing branch. The remainin...
2023-09-30  stephanMake all native JNI sqlite3_...() bindings package... jni-ptr-passing
2023-09-30  stephanMore work towards the new pointer-passing mechanism...
2023-09-29  danAdd test case to ensure the assert() removed by [f090af...
2023-09-29  drhRemove an incorrect assert().
2023-09-28  stephanJNI: correct a NullPointerException triggered via SQLTe...
2023-09-28  larrybrClarify serialization API doc w.r.t. buffer validity...
2023-09-28  stephanAdapted the JNI bindings for the sqlite3_value_......
2023-09-28  stephanConvert the remaining macro-generated JNI bindings...
2023-09-28  stephanConvert the macro-generated JNI bindings which take...
2023-09-27  stephanAdapted JNI sqlite3_blob_...() and sqlite3_close.....
2023-09-27  stephanAdapt JNI sqlite3_bind_...() bindings to the new pointe...
2023-09-27  stephanAdd missing license headers to JNI annotation classes...
2023-09-27  stephanRework the JNI sqlite3_backup APIs to the new pointer...
2023-09-26  stephanStart reworking JNI methods such that they pass void...
2023-09-26  drhFix harmless compiler warnings in the testfixture testi...
2023-09-26  stephanJNI: implement AutoCloseable for the sqlite3 and sqlite...
2023-09-26  drhFix yet another assert() in the partial-index constant...
2023-09-26  danRemove a NEVER() from a condition in the partial-index...
2023-09-26  drhRemove unreachable code from the partial-index constant...
2023-09-26  stephanRemove some outdated JNI docs.
2023-09-26  stephanMinor JNI doc updates. No code changes.
2023-09-25  danIn partial index scans, if the WHERE clause implies...
2023-09-25  danAnother very minor tweak to code on this branch to... partial-index-terms
2023-09-25  danChange the order of an if..else... in new code to make...
2023-09-25  drhEnable -Wall for the compiler on --enable-debug builds.
2023-09-25  danFix a bad interaction between LEFT JOIN, bloom filters...
2023-09-24  stephanResolve the JNI FTS5 test5() failure and remove some...
2023-09-23  danAdd extra tests for changes on this branch.
2023-09-23  danAvoid an error when parsing a schema that contains...
2023-09-23  danFix a failing assert() caused by changes on this branch.
2023-09-23  drhFix a harmless compiler warning.
next