]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2023-10-07  drhFix a resource leak: sqlite3_blob_reopen() was failing...
2023-10-06  drhCorrect handling of "raw" strings in JSON. This requir...
2023-10-06  drhImproved error detection for JSONB inputs.
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  drhIncremental improvements to the JSONB logic.
2023-10-06  drhFixes to rendering JSON5 extensions encoded as JSONB.
2023-10-06  drhFix compiler warnings.
2023-10-06  drhImprovements to error handling.
2023-10-06  drhMerge compiler warning fixes from trunk into the jsonb...
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-06  drhImprovements to coping with malformed JSONB.
2023-10-05  drhBetter error detection when doing a lookup on a JSONB.
2023-10-05  drhImprovements to comments. No changes to code.
2023-10-05  drhTurn an unreachable branch into an assert().
2023-10-05  danAdd the sqlite3changegroup_schema() API. To allow chang...
2023-10-05  drhFix the parsing of non-standard "Infinity" and "NaN...
2023-10-05  drhChange the json_valid(X) routine to return true wheneve...
2023-10-05  drhFix the text-to-JSONB parser so that it handles some...
2023-10-05  drhSlightly stricter testing for when a BLOB is valid...
2023-10-05  drhFix a memory leak following a syntax error in jsonb().
2023-10-05  drhAllow the PG-style syntax for the PATH operand on the...
2023-10-05  drhMerge trunk enhancements into the jsonb branch.
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-03  drhFix a memory leak in JSON group-aggregates when the...
2023-10-03  drhFix a bug in the jsonReturnFromBlob() function that...
2023-10-03  drhFix problems in the "json" output column of the json_tr...
2023-10-03  drhImproved handling of OOM while translating the JsonNode...
2023-10-03  drhMerge the latest trunk enhancements into the jsonb...
2023-10-03  drhFix a problem in the JSONB parser that comes up followi...
2023-10-03  drhFix an issue with the use of jsonb_group_array() and...
2023-10-02  drhNew test cases for JSONB.
2023-10-02  drhFix jsonb_insert() so that it does not behave like...
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  drhNew test cases for JSONB.
2023-10-02  stephanPointer-casting-related fixes for JNI on 32-bit ARM...
2023-10-02  drhAllow json_replace() to accept JSONB arguments as the...
2023-10-02  drhImprovements to error handling for BLOB inputs on JSON.
2023-10-02  drhGather forward references into a single place for the...
2023-10-01  drhFix problems following OOM in JSONB parsing.
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  drhRestore the trunk version of sqlite3_user_data(). ...
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  drhFinish adding jsonb_ versions for all JSON routines...
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  drhUpdate json_each() and json_tree() so that they work...
2023-09-29  drhThe u.zJContent field of JsonNode for a string or label...
2023-09-29  drhAdditional refactoring and cleanup.
2023-09-29  danAdd test case to ensure the assert() removed by [f090af...
next