]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-10-18  drhDeal with an OOM condition while processing aggregate...
2023-10-18  drhMake sure all terms of the ORDER BY within an aggregate...
2023-10-18  drhBasic test cases.
2023-10-18  drhFix one minor error in order to get all legacy tests...
2023-10-18  drhORDER BY on aggregates seem to work, at least for simpl...
2023-10-18  drhBasic error checking. Resolve symbols in the aggregate...
2023-10-18  drhEnhance the parser so that it can accept an ORDER BY...
2023-10-17  stephanJS: replace one errant reference to 'self' with 'global...
2023-10-17  drhFix a harmless compiler warning about variant types...
2023-10-17  drhMake a new branch in the SqlExec opcode reachable by...
2023-10-17  drhOmit an unreachable branch when SQLITE_ENABLE_API_ARMOR...
2023-10-17  drhChanges to sqlite3IntFloatCompare() in an attempt to...
2023-10-17  drhFix a JSON bug introduced by the optimization of [df099...
2023-10-17  drhEnhance the documentation of sqlite3_deserialize()...
2023-10-17  drhWhen an I/O or similar error occurs during a transactio...
2023-10-17  stephanHarden API_ARMOR checks for sqlite3_stmt_scanstatus_v2().
2023-10-16  stephanJNI: add aggregate function support to the wrapper1...
2023-10-16  stephanJNI: add scalar UDF support to the wrapper1 API.
2023-10-16  stephanJNI: initial draft (untested - requires more infrastruc...
2023-10-16  stephanJNI: cleanups in Tester2 and update the jar makefile...
2023-10-16  stephanJNI: move the C-style API parts into the capi subpackag...
2023-10-16  stephanJNI: after calling a Java-side UDF, zero-out the pointe...
2023-10-16  stephanJNI: do not expose SQLITE_OPEN_... flags which are...
2023-10-15  stephanChange 3 instance of #if SQLITE_ENABLE_API_ARMOR to...
2023-10-15  stephanJNI: enable all optional components in the default...
2023-10-15  stephanCorrect non-void return from sqlite3_preupdate_hook...
2023-10-15  stephanAdd coverage of more functions to SQLITE_ENABLE_API_ARM...
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  drhDo not allow an ALTER TABLE ADD COLUMN on a STRICT...
2023-10-14  stephanAdd API_ARMOR support to the scanstatus family of funct...
2023-10-14  drhThe rtreecheck() SQL function should not invoke BEGIN...
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-14  drhBug fix in sqlite3_analyzer: for databases larger than...
2023-10-13  drhEarlier detection of a host of errors in CREATE TABLE...
2023-10-13  drhApply the correct affinity to DEFAULT values that are...
2023-10-13  drhDo not allow triggers on shadow tables under defensive...
2023-10-13  danFix an fts5 problem caused by a 'rebuild' followed...
2023-10-13  drhImmediately fail a CREATE TABLE statement that attempts...
2023-10-13  drhActually prevent PRAGMA writable_schema=ON from being...
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  drhMerge fixes from trunk into the jsonb branch.
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  danAdd the tokendata=1 option to ignore trailing token...
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  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-11  drhFix a missing zero-terminator on a string when processing
2023-10-11  drhFix an issue that can arise when processing corrupt...
2023-10-11  drhImproved robustness against corrupt JSONB.
2023-10-11  drhFix an assertion fault in json_patch() that can occur...
2023-10-10  drhImproved robustness in the decoding of JSON5 text escap...
2023-10-10  drhFix an off-by-one error in the changes from the previou...
2023-10-10  drhImproved robustness when translating corrupt JSONB...
2023-10-10  drhFix a potential buffer overrun due to corrupt JSONB.
2023-10-10  drhFix bugs uncovered by the fuzzer.
2023-10-10  drhMerge the latest trunk enhancements into the jsonb...
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  drhSystematize the names of some of the translation functi...
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  drhMerge the latest trunk fixes and enhancements into...
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  drhRemove some unnecessary code. Report errors for invali...
2023-10-07  drhThe return from sqlite3_value_blob() in jsonFuncArgMigh...
2023-10-07  drhImproved detection of malformed JSONB when parsing...
2023-10-07  drhFix the jsonbChangePayloadSize() routine so that it...
2023-10-07  drhImprovements to error messages returned when the -...
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  drhMerge the memory leak fix from trunk.
2023-10-07  drhImproved error messages from search on JSONB.
2023-10-07  drhReport unknown JSONB element type when parsing JSONB...
2023-10-07  drhAdd a test case to prevent a regression of the leak...
next