]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-10-03  drhAugment the jsonBlobChangePayloadSize() routine so... jsonb-opt1
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...
2023-09-29  drhRemove an incorrect assert().
2023-09-29  drhImprovements to comments and procedure names for clarit...
2023-09-29  drhDescribe the JSONB encoding in a header comment to...
2023-09-28  stephanJNI: correct a NullPointerException triggered via SQLTe...
2023-09-28  drhFix some minor memory issues so that all legacy tests...
2023-09-28  drhAllow the sqlite3_user_data() function to be invoked...
2023-09-28  drhMerge trunk changes into the jsonb branch for the compi...
2023-09-28  drhThe json_extract() function now works on BLOBs without...
2023-09-28  drhExtract directly from BLOB is now complete and appears... jsonb-direct-extract
2023-09-28  drhMiscellaneous bugs fixed.
2023-09-28  drhImprovements to json_extract() to better support JSONB...
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-28  drhWork toward getting json_extract() to operate directly...
2023-09-27  drhPerformance tests for JSONB added.
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  drhMerge partial-index constant value fixes from trunk...
2023-09-26  drhFix yet another assert() in the partial-index constant...
2023-09-26  drhAdd in many jsonb_xxxx() interfaces. Still uses the...
2023-09-26  danRemove a NEVER() from a condition in the partial-index...
2023-09-26  drhMerge all the latest trunk enhancements into jsonb...
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  drhWhen parsing JSON text into the BLOB format, only use...
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  drhAs a temporary measure, try to translate the BLOB JSON...
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.
2023-09-23  danAdd extra tests for the fts5 xPhraseQuery API.
2023-09-23  stephanResolve the JNI FTS5 test5() crash, caused by two unrel...
2023-09-23  stephanRemove an invalid optimization from JNI code and add...
2023-09-22  danIn partial index scans, if the WHERE clause implies...
2023-09-22  drhFix minor parse-to-BLOB bugs.
2023-09-22  drhAdd the ability to render a binary BLOB back into valid...
2023-09-22  drhBegin adding code to render binary JSON back into text...
2023-09-22  drhImprovements to the JSON binary BLOB format design.
2023-09-21  drhReorganize the code to put the new JSONB routines toget...
2023-09-21  drhInitial development code for an experimental binary...
2023-09-18  danAdd extra tests for java Fts5ExtensionApi API.
2023-09-18  danExtra tests for java Fts5ExtensionApi interface.
2023-09-17  drhRemove a NEVER() in btree.c that could actually be...
2023-09-16  danFix resolution of "rowid" and similar identifiers in...
2023-09-16  danEnable "OR IGNORE" support via SQLITE_VTAB_CONSTRAINT_S...
2023-09-16  drhAdd a NEVER() to an unreachable branch. nested-from-rowid-expansion
2023-09-16  drhFix minor code indentation inconsistencies. No functio...
2023-09-16  drhFix a harmless compiler warning.
2023-09-16  danFurther tests and assert() statements for the change...
2023-09-15  danFix resolution of unqualified "rowid" identifiers in...
2023-09-15  drhSimplifications and performance optimizations for the...
2023-09-15  drhDrop support for the view-scan optimization (check...
2023-09-15  drhMinor simplification to the DISTINCT output row count... rethink-viewscan
next