]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-05-06  drhMerge the 3.38.5 fix into the 3.38 subbranch of reuse... reuse-schema-3.38
2022-05-06  drhVersion 3.38.5 branch-3.38 version-3.38.5
2022-05-06  drhPrevent an infinite loop on SQLITE_ERROR_RETRY when...
2022-05-05  drhUpdate the version number to 3.38.5
2022-05-05  drhBackout check-in [9fb20a21feb8f697] which was incorrect.
2022-05-04  drhMerge version-3.38.4 into the reuse-schema-3.38 subbranch.
2022-05-04  drhVersion 3.38.4 version-3.38.4
2022-05-04  larrybrFix CLI use of wrong allocator for free().
2022-05-03  larrybrFix multi-byte column name rendition on .import and...
2022-05-03  drhIncrease the version number to 3.38.4.
2022-05-03  drhFix the Bloom filter pull-down optimization so that...
2022-04-30  drhPreserve the COLLATE operator on an index on an express...
2022-04-27  drhMerge the version 3.38.3 fixes into the reuse-schema...
2022-04-27  drhVersion 3.38.3 relese version-3.38.3
2022-04-26  drhModify utility function sqlite3SetString() so that...
2022-04-26  drhCherry-pick various minor fixes from trunk into branch...
2022-04-25  drhReverse the order of two tests to stop a harmless initi...
2022-04-25  drhFix a problem with using multiple SQLITE_SUBTYPE functi...
2022-04-25  drhIncrease the version number to 3.38.3.
2022-04-25  drhFix a problem with automatic indexes introduced by
2022-04-04  drhFix two minor problems in the JSON functions associated...
2022-03-30  larrybrIncorporate fix noted as absent by forum post https...
2022-03-26  drhMerge the version 3.38.2 patches into the reuse-schema...
2022-03-26  drhVersion 3.38.2 version-3.38.2
2022-03-25  drhThe "PRAGMA writable_schema=ON" flag should not allow...
2022-03-25  drhDo not allow an #ifdef inside of an assert(), as gcc...
2022-03-25  drhBump the version number to 3.38.2.
2022-03-25  drhFix the Bloom-filter optimization so that it does not...
2022-03-22  drhEnsure that database corruption does not cause the...
2022-03-22  drhHarden the xShmLock method of both the unix and Windows...
2022-03-21  drhStrengthen the defenses against corrupt databases in the
2022-03-21  drhThe previous assert() fix was not correct when building...
2022-03-21  drhFix the assert() that attempts to verify that the table...
2022-03-21  drhFix an assert() in sqlite3TableAffinity() that might...
2022-03-19  drhFix the zipfile extension so that it knows that a zero...
2022-03-17  drhAnother fix for a corner-case in sqlite_offset() -...
2022-03-14  drhDisable trigger coding while running sqlite3_declare_vt...
2022-03-12  drhMerge the version 3.38.1 patches into a sub-branch...
2022-03-12  drhVersion 3.38.1 version-3.38.1
2022-03-11  drhFix a case in fts5 where a corrupt database could cause...
2022-03-10  drhStronger defenses against corrupt schemas in the ALTER...
2022-03-10  larrybrDoc improvements re sqlite3_column_text*() endianness...
2022-03-10  drhPrevent a NULL-pointer dereference when trying to parse...
2022-03-10  drhCheck-in [642a0b4752743216] fixing sqlite_dbpage is...
2022-03-09  drhFurther refinements to the sqlite_offset() fix from...
2022-03-09  drhFix the sqlite_dbpage virtual table so that it starts...
2022-03-08  drhFix a potentially uninitialized local variable in the...
2022-03-07  drhDisable an assert in moveToRoot() when the database...
2022-03-07  drhDo not allocate new Trigger objects in the parser follo...
2022-03-07  drhFix the code generated for vector IN operator constrain...
2022-03-07  drhFix the .import problem in the CLI reported by
2022-03-06  drhThe sqlite_offset() function should be non-deterministic.
2022-03-06  drhRemove a NEVER() associated with sqlite_offset()>
2022-03-05  drhFix the 'localtime' modifier in date/time functions...
2022-03-05  drhIncrease the version number to 3.38.1.
2022-03-05  drhCherry-pick all bug fix changes since the 3.38.0 release.
2022-02-22  drhDon't reload the schema on PRAGMA database_list.
2022-02-22  drhFor the "PRAGMA database_list" statement, do not check...
2022-02-22  drhMerge version 3.38.0 into the reuse-schema branch.
2022-02-22  drhVersion 3.38.0 version-3.38.0
2022-02-22  drhFix an undersized memory allocation in the test harness...
2022-02-21  drhMerge the latest trunk changes into the reuse-schema...
2022-02-21  drhFix compiler warnings for older compilers (ex: gcc...
2022-02-21  drhRemove stray tab characters from auxiliary source code...
2022-02-21  drhAdd SQLITE_OMIT_JSON to the compile-time option test...
2022-02-21  drhDo not allow error messages from sqlite3NestedParse...
2022-02-19  larrybrImprove .backup and .save help text
2022-02-19  drhAdd a NEVER() to a branch that is unreachable for STAT4.
2022-02-17  drhEnhance the documentation on sqlite3_stmt_readonly...
2022-02-17  drhRemove references to the now-defunct SQLITE_ENABLE_JSON...
2022-02-17  drhFix a testing error on Windows that was recently added...
2022-02-16  drhMake the sqlite3_error_offset() interface accessible...
2022-02-15  drhMerge the latest trunk enhancements into the reuse...
2022-02-15  drhImproved rendering of floating point numbers without...
2022-02-15  drhNew assert() statements to help prove correctness of...
2022-02-14  drhGeneralize the in-memory journal so that it is able...
2022-02-14  larrybrCLI .import can auto-rename non-unique column names...
2022-02-14  drhMinor correction to the early corruption detection...
2022-02-14  drhFix a bad assert() (it needs an "||CORRUPT_DB" term...
2022-02-14  larrybrCLI's .import column rename made more minimal, and... auto-column
2022-02-13  larrybrSync w/trunk, fix zAutoColumns placement blunder, all...
2022-02-12  danDo not run merge1.test with SQLITE_OMIT_VIRTUALTABLE...
2022-02-12  danFix a possible user-after-free in ALTER TABLE found...
2022-02-12  danUpdate fuzz.test to account for a change in error messa...
2022-02-12  danAvoid dropping SQLITE_TOOBIG errors in the quote()...
2022-02-12  larrybrFor .import auto-column, aid build-time override of...
2022-02-12  larrybrFix auto-column bug noted by post https://sqlite.org...
2022-02-12  larrybrSync w/trunk, allow build-time override of auto-column...
2022-02-11  drhFix a test in without_rowid1.test so that it is disable...
2022-02-11  danUpdate some OOM tests of the ALTER TABLE command to...
2022-02-11  drhLoad recent dbsqlfuzz finds into test/fuzzdata8.db.
2022-02-11  drhReference the wayback machine for the dead hyperlink...
2022-02-11  drhFix an assert() in the pager by adding "|| CORRUPT_DB...
2022-02-11  danFix a problem in [c006515ae6faff65] causing an assert...
2022-02-11  drhUse the enhanced SQLITE_TESTCTRL_LOCALTIME_FAULT (2...
2022-02-11  larrybrUpon .import column renaming, issue message saying...
2022-02-11  drhFix the bind2.test test script so that it works even if
2022-02-11  drhWork around the MSVC bug that prevents the use of funct...
2022-02-11  larrybrCLI auto-column rename revamped after forum discussion.
2022-02-10  drhFix SQLITE_TESTCTRL_LOCALTIME_FAULT so that it works...
next