]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-10-24  danFix a problem with the fts5 highlight() and snippet... fts5-trigram-snippet-fix
2023-10-24  drhFix a harmless compiler warning in the expert extension.
2023-10-23  drhFix a minor typo in the previous.
2023-10-23  drhAdd notes on how to build a statically linked version...
2023-10-23  drhAdd the sqlite3res file to the Windows build of sqldiff...
2023-10-23  danAvoid attempting to delete a file while it is open...
2023-10-23  danRevert an earlier change that considered passing a...
2023-10-23  drhNew test cases for PRAGMA integrity_check against FTS4...
2023-10-23  danFix mutex1.test to take into account that the prng...
2023-10-23  drhImproved error messages for the xIntegrity method in...
2023-10-23  drhFix sqlite3ExprDup() alignment assertions so that they...
2023-10-23  drhTemporarily disable the ext/expert/expert1-6.0 test...
2023-10-23  danAdd an SQLITE_OMIT_VIRTUALTABLE block around the new...
2023-10-23  danAdd missing test file fts3fault3.test. Should have...
2023-10-23  larrybrMerge fixes for expert handling of UDFs and other UD...
2023-10-23  drhFix the shell1.test test so to align with the new behav...
2023-10-23  larrybrClear some picky warnings, sync w/trunk. expert-enhancement
2023-10-22  drhFix [f5c01676fd281e93] so that it always preserves...
2023-10-22  drhDo not do backslash excape processing on any unquoted...
2023-10-22  stephanJNI: improve UB protections in sqlite3_bind_blob/text...
2023-10-22  stephanAdd missing ScalarFunction.java to JNI build.
2023-10-21  drhIn the CLI, do not translate unquoted backslash escapes...
2023-10-21  drhRemove a branch that cannot affect the outcome from...
2023-10-21  drhReplace the patch at [5cb61c6788d7c017] with a better...
2023-10-21  danFix a problem allowing a COMMIT following an OOM to...
2023-10-21  drhAdd the SQLITE_TESTCTRL_FK_NO_ACTION test control....
2023-10-21  drhExtra comment on the implementation of SQLITE_TESTCTRL_... fknoaction
2023-10-21  danAdd missing "finish_test" to sessionnoact.test.
2023-10-21  danFix a problem with SQLITE_CHANGESETAPPLY_FKNOACTION...
2023-10-21  drhAdd SQLITE_TESTCTRL_FK_NO_ACTION.
2023-10-21  drhAdjust an EXPLAIN QUERY PLAN output in scanstatus2...
2023-10-21  drhCompress the content of the status line in testrunning...
2023-10-21  drhCreate the new string_agg(X,Y) aggregate function which...
2023-10-21  drhAvoid an unnecessary malloc() for the page usage bitmap...
2023-10-21  drhFix a test case broken by the previous check-in. string_agg
2023-10-20  drhAdd string_agg(X,Y) as an alias for group_concat(X...
2023-10-20  danFix a problem allowing a COMMIT following an OOM to...
2023-10-20  drhFix PRAGMA integrity_check so that it does not raise...
2023-10-20  drhOmit some redundant calls to strlen() used to find...
2023-10-20  drhImprovements to the sqlite3ExprDup() logic for faster...
2023-10-20  danAdd the SQLITE_CHANGESETAPPLY_FKNOACTION flag to sqlite...
2023-10-20  drhSimplifications and optimizations to the Expr object...
2023-10-20  drhOmit an unused constant from sessionfuzz.c to prevent...
2023-10-20  stephanCorrect the opfs-sahpool VFS's xGetLastError() method...
2023-10-20  drhUse sqlite3ParserAddCleanup() instead of calling sqlite...
2023-10-19  drhRemove a faulty assert() that was added just a few...
2023-10-19  drhFor TK_ORDER expression nodes to always be full-size.
2023-10-19  drhFix an adverse interaction between the new aggregate...
2023-10-19  drhIn the TreeView logic (used for debugging only) do...
2023-10-19  danFix an fts3 problem caused by reducing the page size...
2023-10-19  drhSimplify the Expr compression logic slightly by adding...
2023-10-19  drhSimplification to sqlite3GetVarint32() to avoid confusi...
2023-10-19  drhFix an error in a debugging routine used inside of...
2023-10-19  drhNew assert() statements to help verify correctness...
2023-10-19  drhFix the sqlite3ReferencesSrcList() routine so that...
2023-10-19  drhAdd support for ORDER BY on the argument list of aggreg...
2023-10-19  drhMerge the latest changes from trunk. agg-orderby
2023-10-19  drhFix a false-positive in run-time error checking.
2023-10-18  drhChanges for test coverage.
2023-10-18  drhTest case for alter column that is used in the ORDER...
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...
next