]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
4 hours ago  drhIn the sqlite3_rsync utility program, fix three defects... master
24 hours ago  drhFix an incorrect free() call in the CLI on Windows...
27 hours ago  danAllow "ALTER TABLE ... DROP CONSTRAINT" to drop foreign...
27 hours ago  danAllow "ALTER TABLE ... DROP CONSTRAINT" to drop foreign... drop-constraint-fk
29 hours ago  drhFor display modes in the CLI for which column headers...
29 hours ago  drhMake the (legacy, deprecated) ".header" command in... title-always-default-on
2 days ago  drhChange the CLI so that the default "--title" is "always...
2 days ago  drhAdd the "--rowcount on" and "--title always" features...
2 days ago  drhCorrections to the mode matrix in the CLI psql-mode
2 days ago  drhFix a problem with --rowcount found by Claude in code...
2 days ago  drhImproved title separator in QRF when using "-title...
2 days ago  drhShow --rowcount for "--style insert". New test cases.
2 days ago  drhContinuing work on --rowcount and --title always.
3 days ago  drhAdd new option "bRowCount" to QRF. Add QRF_Always...
3 days ago  drhReduce divergence between ext/misc/fossildelta.c,
3 days ago  danFix an OOB read caused by passing an out-of-range phras...
3 days ago  danFix a problem in the fossil-delta implementation within...
3 days ago  danFix another buffer overread in RBU that could occur...
3 days ago  danFix an OOB read that could occur in RBU when using...
3 days ago  drhAvoid a (harmless) 1-byte OOB read due to malformed...
3 days ago  danReturn an error if a patchset is passed to sqlite3rebas...
3 days ago  drhIn the strdup.c expension, do not invoke memcpy() with...
3 days ago  danAvoid a buffer overread in the session module when...
4 days ago  drhProperly handle errors from the readlink() system call...
4 days ago  drhFix the parse_create_index() SQL function created by...
4 days ago  drhBe sure to invoke the authorizer callback on all terms...
5 days ago  drhAdd the strdup() SQL function extension for use in...
5 days ago  drhThe jsonSkipLabel() routine, part of json_each() and...
5 days ago  drhFix possible one-byte OOB read in the fossildelta.c...
5 days ago  drhFix possible 1-byte OOB read when decoding a malformed...
6 days ago  drhImproved data validation in fts5SecureDeleteOverflow().
6 days ago  drhAvoid an integer overflow in the string allocator for...
7 days ago  stephanIn ext/wasm, add the ability to omit specific JS APIs...
8 days ago  drhEnhancements to date/time functions: The "weekday...
8 days ago  drhAdd "end of day/month/year" modifiers to date/time... prev-weekday
8 days ago  drhEnhance the "weekday N" modifier for date/time function...
10 days ago  drhAdd new assert()s to help static analyzers realize...
10 days ago  stephanRename omit-api=all to omit-api=ALL to defend against... js-omit-pieces
10 days ago  stephanAdd worker1 to the list of omit-api=X values, per downs...
10 days ago  stephanMerge in trunk for continued work on this branch.
11 days ago  drhMark shadow tables when registering a new virtual table...
11 days ago  drhFix incorrect header comment on the sqlite3ShadowTableN...
11 days ago  drhCheck for oversized iTermOff in fs5SegIterNextInit...
11 days ago  drhDo not allow an integer overflow to bypass a leaf-term...
11 days ago  drhMake sure local functions in the series.c extension...
12 days ago  drhIn the amatch.c and fuzzer.c extensions (both of which...
12 days ago  drhPut reasonable input limits on the (non-deliverable...
12 days ago  drhImproved detection of CTEs being misused as table-value...
12 days ago  drhAdd a new sqlite3FaultSim() to make it easier to test...
13 days ago  danFix a harmless "jump or move depends on uninitialised...
13 days ago  drhEnhance the documentation on sqlite3_set_authorizer...
13 days ago  danFix both a buffer overread and overwrite in the session...
13 days ago  drhFix parsing of unterminated "[" tokens in the incre...
13 days ago  drhAvoid 32-bit integer overflow in the zipfile extension...
13 days ago  danFix a buffer overread that could occur in fts5 within...
13 days ago  drhFix parsing of quoted instantiation arguments in the...
13 days ago  drhFix unbounded whitespace skip in the decimal extension.
13 days ago  drhExtra margin to prevent queue overflow in the RTree...
13 days ago  drhFix the (non-deliverable, testing-use-only) closure...
13 days ago  drhMark the diskused() extension SQL function as direct...
13 days ago  danFix the size of an allocation in fts3 to take into...
13 days ago  drhImproved detection of corrupt freelist chains on btree...
2026-06-25  drhCheck super-journal names for validity earlier, as...
2026-06-25  danHave API functions sqlite3_serialize, sqlite3_limit...
2026-06-25  danAlso have functions sqlite3_db_name(), sqlite3_get_auto... db-mutex-fixes
2026-06-25  danHave API functions sqlite3_serialize(), sqlite3_limit...
2026-06-25  drhChange the undocumented and unsupported sqlite_log...
2026-06-25  drhImprove the sqlite3_str_vappendf() routine for addition...
2026-06-25  danHave sqlite3_drop_modules() take the database mutex...
2026-06-25  danAdd test case to backup5.test to verify that detaching...
2026-06-25  drhFix a harmless false-positive compiler warning on Windows.
2026-06-25  drhAlternative to [15a6482300bb2804] that is testable.
2026-06-24  drhCheck for cells extending too far past the end of a...
2026-06-24  drhRemove ALWAYS() and NEVER() macros used for developmemt... index-cell-overflow
2026-06-24  danWhen rolling back a journal that contains a super-journ...
2026-06-24  danUpdate mjournal.test so that it works on windows. del-super-filter
2026-06-24  danOnly delete a super-journal if it contains a pointer...
2026-06-24  drhCheck for cells that extend of the end of a page when...
2026-06-24  danDo not delete super-journal files named "xyz.9hh" unles...
2026-06-24  danWhen rolling back a journal that contains a super-journ...
2026-06-24  danAvoid trying to delete a database file while it is...
2026-06-24  drhFix a comment in os_kv.c so that it does not match...
2026-06-24  drhFix the sqlite3ParseUri() for improved defenses against...
2026-06-24  danRevert the fixes to backup in [1f940357f7] and [e5db803...
2026-06-24  danRemove a stray C++ style comment left in build.c by... attach-backup-fix
2026-06-24  drhDefend against integer overflow on oversized string...
2026-06-24  stephanBack out [23936786e6] because [9725b513c0] obviates it.
2026-06-24  drhUpdate documentation to explain that a odd nByte parame...
2026-06-24  drhFixes for SQLITE_OMIT_FLOATING_POINT.
2026-06-24  danRevert the fixes to backup in [1f940357f7] and [e5db803...
2026-06-24  stephanSwap two lines to get the amalgamation building again...
2026-06-24  stephanAdd vtab to the list of supported omit-api=X options...
2026-06-24  stephanHave the npm target forward the omit-api flag to its...
2026-06-24  stephanTeach the JS build to filter out various APIs/VFSes...
2026-06-23  stephanAdd preprocessor guards to various JS files working...
2026-06-23  danMerge the fixes for the use-after-free problem caused...
2026-06-23  danFix sqlite3_backup_init() to correctly handle the case...
2026-06-23  drhFix an OOB read on the unused spellfix1 extension....
2026-06-23  danAvoid a use-after-free problem that could occur if...
2026-06-23  drhDo not allow internal-use-only functions to be coded...
next