]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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  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  drhVersion 3.38.0 version-3.38.0
2022-02-22  drhFix an undersized memory allocation in the test harness...
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  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...
2022-02-10  drhEnhance SQLITE_TESTCTRL_LOCALTIME_FAULT so that is...
2022-02-10  drhPerformance improve to the 'localtime' and 'utc' modifi...
2022-02-10  drhFaster implementation of the date(), time(), and dateti...
2022-02-10  drhFix the test harness so that it builds without SQLITE_E...
2022-02-10  larrybrA CLI feature. auto .import (new table) columns. WIP
2022-02-10  larrybrCreate new branch named "auto-column"
2022-02-10  drhFix a typo in documentation. No code changes.
2022-02-09  drhWhen process first moves a database into WAL mode and...
2022-02-09  danFix a problem with using sqlite3_bind_value() with...
2022-02-08  drhWrites to the subjournal should be all-or-nothing....
2022-02-08  drhProvide sqlite3_error_offset() data for some new errors.
2022-02-08  larrybrcomment-only change to sqlite3.h
2022-02-08  drhDo not show the error code number of CLI error messages...
2022-02-08  drhImproved error message formatting in the shell. Distin...
2022-02-07  drhDisable the sqlite3_error_offset() when the error occur...
2022-02-07  larrybrWhen create table/view fails due to name taken, say...
2022-02-06  drhFix unreachable branches in the sqlite3_error_offset...
2022-02-06  drhThe sqlite3_vtab_in() interface should return false...
2022-02-06  drhWith the new ALTER TABLE under PRAGMA writable_schema...
2022-02-06  drhFaster computation of Expr.nHeight.
2022-02-06  drhRecord the error offset on INTEGER tokens.
2022-02-06  drhFurther improvements to localization of errors in input...
next