]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-07-20  drhFix issues in the new ADD COLUMN constraint checking... add-column-constraint-check
2021-07-20  drhDemonstration code to show how NOT NULL and CHECK const...
2021-07-20  drhIt does not work to deserialized into TEMP, so do not...
2021-07-20  mistachkinFix compilation of 'threadtest3' for some older version...
2021-07-19  drhMore precision in comparing integers and floating point...
2021-07-19  danUpdates so that "threadtest3[.exe]" can be built for...
2021-07-19  danIn defensive mode, allow statements that write to shado...
2021-07-19  mistachkinFix minor spacing issues in the MSVC makefile.
2021-07-16  drhTry to omit the ORDER BY clause in subqueries if doing...
2021-07-16  drhMinor comment improvements. omit-subquery-order-by
2021-07-16  larrybrDe-typo sqlite3_expanded_sql() doc
2021-07-16  drhModify the generate_series() table-valued functions...
2021-07-16  drhFix the "main.mk" makefile so that "series.c" is a...
2021-07-16  drhGet the "omit ORDER BY in FROM-clause subqueries" optim...
2021-07-15  mistachkinBy default, do not emit #line directives in the amalgam...
2021-07-15  drhAttempt to omit ORDER BY clauses from FROM-clause subqu...
2021-07-15  drhChange references to the schema table in sqlite3_analyz...
2021-07-14  danFix a use-after-free error in ioerr.test caused by...
2021-07-13  mistachkinEnhance comments pertaining to the interface linkage...
2021-07-13  mistachkinFurther revisions to #line handling for amalgamation...
2021-07-13  larrybrGet correct #line tags into amalgamation for other...
2021-07-13  larrybrGet #line tags into amalgamation, subject to configure.
2021-07-13  larrybrMerge from trunk, rename tool option for its effect line_tags
2021-07-13  danDo not attempt to run Tcl sessions tests unless both...
2021-07-13  larrybrAmalgamation has #line directives by default. Minor...
2021-07-09  larrybrClarify comment on sqlite3.h's interface decaration...
2021-07-09  danFix an assert() that might fail if sqlite3_create_funct...
2021-07-09  drhEnhance the sqlite3_create_function() interfaces to...
2021-07-09  danAdd the usual "#ifdef __cplusplus" magic to header...
2021-07-09  larrybrAllow CLI shell build to #include same user-specified...
2021-07-08  mistachkinRename optional SQLITE_CUSTOM_INC define to SQLITE_CUST...
2021-07-08  larrybrAllow library build to #include a user-specified header.
2021-07-08  danPreserve and return to the user any error message retur...
2021-07-08  drhFix an issue with the SQLite Expert extension when...
2021-07-07  drhFix a harmless compiler warning in the "fuzzcheck"...
2021-07-07  drhFix a harmless compiler warning - duplicate local varia...
2021-07-07  drhFollow-up to [68db1ff9c44fa9c3]: The number of registe...
2021-07-07  danFix a recently introduced segfault that might occur...
2021-07-07  danImprove the error message in cases where there is a...
2021-07-07  danInstead of disallowing writes to fts5 tables if there...
2021-07-06  danHandle "<vector> IN (<vector>, <vector> ...)" in the...
2021-07-05  danDo not allow writes to an fts5 table if there are any...
2021-07-05  drhAdd the ATOMIC_INTRINSICS compile-time output output...
2021-07-05  danRevert [5204c2c4a7b73a64], restoring the old pre-proces...
2021-07-05  danAllow sub-queries in the FROM clause of an UPDATE....
2021-07-05  drhImproved rebustness in sqlite3ExprListDup() when it...
2021-07-05  drhEnsure that TK_SELECT_COLUMN Expr nodes always have...
2021-07-05  drhFix an incorrect comment on testcase misc1-27.0. No...
2021-07-04  drhEnhance the treeview debugging mechanism so that it...
2021-07-03  drhFix a (harmless) typo in a comment. No code changes.
2021-07-03  drhIn the PRAGMA foreign_key_check, ensure that sufficient...
2021-07-02  drhPut ALWAYS() on a branch that is always true due to...
2021-07-02  drhFix a harmless assertion fault discovered by
2021-07-01  danAllow unqualified "rowid" references to be used in...
2021-07-01  drhImport the updated nmakehlp.c file used by the TCL...
2021-06-30  danFix a memory leak in fts5 that could occur when process...
2021-06-30  danFix an assert() in fts5 that might fail when dealing...
2021-06-30  drhDo not enforce the SQLITE_LIMIT_FUNCTION_ARG limit...
2021-06-28  danWhen generating data for a RETURNING clause, avoid...
2021-06-25  drhThe OP_ReopenIdx opcode should clear the cursor if...
2021-06-25  drhRemove a redundant "ANALYZE" line from the ".fullschema...
2021-06-25  drhFix a bug in the ".fullschema" dot-command of the CLI...
2021-06-25  larrybrDocument sqlite3_wal_hook() return.
2021-06-24  drhAllow the SQLITE_OPEN_EXCLUSIVE flag in sqlite3_open...
2021-06-23  larrybrMake conditional nature of sqlite3_normalized_sql(...
2021-06-23  larrybrFully incorporate *_changes64() API improvement.
2021-06-23  drhShow CROSS JOINs in the TreeView debuggingn output.
2021-06-23  danFix a problem handling ORDER BY terms of the form ...
2021-06-22  drhWhen an index is used by all branches of the WHERE_MULT...
2021-06-22  danAdd the sqlite3_changes64() and sqlite3_total_changes64...
2021-06-22  danFix a problem causing sqlite3_changes() to return an...
2021-06-22  danEnsure that the cell array used in balance_nonroot...
2021-06-20  drhLoad recent dbsqlfuzz cases into test/fuzzdata8.db.
2021-06-20  drhRemove a NEVER() that is reachable by a corrupt database.
2021-06-20  drhDo not allow an SQLITE_CORRUPT error to mask a prior...
2021-06-19  drhRemove unnecessary (redundant) variable initialization...
2021-06-19  drhThe previous check-in is a significant change to btree...
2021-06-19  drhSplit the sqlite3BtreeMovetoUnpacked() routine into...
2021-06-18  drhVersion 3.36.0 version-3.36.0
2021-06-16  drhAdd an ALWAYS on a branch in STAT4-only logic that...
2021-06-16  danOmit a handful of tests from pager1.test when testing...
2021-06-16  danDo not run test file sessionbig.test on 32-bit platform...
2021-06-16  drhAdjust the mkshellc.tcl script so that the generated...
2021-06-16  larrybrAvoid ominous warning in showdb.c
2021-06-16  drhAdjustments to requirement markings in comments. No...
2021-06-16  drhEnhanced defense against integer overflow in ALTER...
2021-06-15  drhFix some #ifdefs so that builds work for all supported...
2021-06-15  drhFix an incorrect ifdef in the previous check-in. ifdef-update
2021-06-15  drhFix some minor #ifdef issues so that all of the support...
2021-06-15  drhUpdate the "nmakehlp.c" utility program sources associa...
2021-06-15  drhAdd NULL checks on all sqlite3_vfs_find(0) calls. ...
2021-06-15  drhPrevent an infinite loop in the trim() SQL function...
2021-06-14  drhFix typos in testcase() macros from check-in [c09d90eec...
2021-06-14  drhIn the authorizer, use SQLITE_DROP_INDEX, not SQLITE_DR...
2021-06-14  danFix an ALTER TABLE problem with handling infinite loops...
2021-06-14  danFix a test script problem in corruptN.test.
2021-06-14  drhAn index on the expression "likely(X)" should store...
2021-06-14  drhAvoid allocating oversized column names in the sqllimit...
2021-06-13  drhThe opcode that preceeds OP_SeekScan is usually OP_IdxG...
2021-06-13  drhImproved defense against OOM errors in sqliteInitOne().
next