]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-11-23  drhMake the winTruncate() method of the windows VFS be... branch-3.25
2018-11-05  drhVersion 3.25.3 version-3.25.3
2018-11-05  drhDisable the IS NOT NULL optimization when the IS NOT...
2018-11-05  drhAdd extra defenses against strategically corrupt databa...
2018-11-05  drhIncrease the version number to 3.25.3.
2018-11-05  drhFix a assert() in the query planner that can arise...
2018-10-25  drhIn the WHERE-constraint propagation optimization, if...
2018-10-01  drhFix a potential crash that can occur while reading...
2018-10-01  drhEnsure that the OP_VColumn opcode does set sqlite3_vtab...
2018-09-27  drhDisallow the use of window functions in the recursive...
2018-09-25  drhVersion 3.25.2 version-3.25.2
2018-09-25  danFix a problem in releasetest.tcl causing configuration...
2018-09-25  drhBump the version number to 3.25.2.
2018-09-25  drhFix a compilation issue in the "userauth" extension...
2018-09-25  drhFix a problem building on Android with SQLITE_ENABLE_BA...
2018-09-24  drhAvoid incrementing the SQLITE_LOOKASIDE_MISS_SIZE stat...
2018-09-24  drhFix missing space in 'configure.ac' reported on the...
2018-09-24  drhAdd the "PRAGMA legacy_alter_table=ON" command to enabl...
2018-09-24  drhAllow a writable virtual table to have a schema with...
2018-09-24  drhFix a faulty assert() in the validation logic for the...
2018-09-24  drhFix the "sqlite3" command in the TCL interface so that...
2018-09-24  drhFix a problem with views that use window functions...
2018-09-18  drhVersion 3.25.1 version-3.25.1
2018-09-17  drhDisable the ORDER BY LIMIT optimization in queries...
2018-09-17  drhFix a false-positive in the post-ALTER-TABLE schema...
2018-09-17  drhIncrease the version number to 3.25.1.
2018-09-15  drhVersion 3.25.0 version-3.25.0
2018-09-14  drhFix minor typos in comments that get carried over into...
2018-09-13  danUpdate releasetest.tcl to run "make test" as part of...
2018-09-13  drhMake sure the %z optimization for printf() is not invok...
2018-09-13  drhFix a requirement mark on a test script. No changes...
2018-09-12  danFix an assert() in os_unix.c that is not true when...
2018-09-12  drhRestrict the scope of internal-use functions in alter.c.
2018-09-12  drhImprovements to the documentation for SQLITE_FCNTL_DATA...
2018-09-12  danFix an invalid pointer comparison triggered by renaming...
2018-09-12  mistachkinFix some harmless compiler warnings seen with MSVC.
2018-09-12  mistachkinFor MSVC, migrate some commonly used shell compilation...
2018-09-12  drhFix a harmless compiler warning that arose from the...
2018-09-11  drhDo not do the byte-by-byte modifications in the resetdb...
2018-09-11  danFix a problem causing ENABLE_CURSOR_HINTS builds to...
2018-09-10  danFix a test script issue in fts3ao.test.
2018-09-10  danFix a minor problem causing an incorrect cursor-hint...
2018-09-10  drhAdd the ability for loadable extensions to access the new
2018-09-10  danFix a broken assert() in fts3.c.
2018-09-10  drhNew testcase() macros on virtual table xBestIndex logic.
2018-09-10  drhFix the LIKE optimization so that it is disabled when...
2018-09-10  danFix a problem with processing a "vtab.col IS NULL"...
2018-09-08  drhFix an unreachable branch in the new sqlite3WhereOrderB...
2018-09-08  drhFix multiple issues with the ORDER BY LIMIT optimizatio...
2018-09-08  mistachkinAdd a missing call to free() in Lemon.
2018-09-08  mistachkinFix typo in the Win32-specific code for the fileio...
2018-09-07  drhRemove a faulty ALWAYS() macro added by check-in [8fa25...
2018-09-07  danAdd extra test case to altertab.test.
2018-09-07  drhAdd assert() and ALWAYS() to identify two unreachable...
2018-09-07  danFix a problem with renaming a non-temp table that has...
2018-09-07  danMinor fixes for problems revealed by releasetest.tcl.
2018-09-07  drhFix an uninitialized variable in the OP_ParseSchema...
2018-09-06  danIn all.test, do not attempt to run the RBU tests in...
2018-09-06  drhFix a harmless compiler warning in os_unix.c.
2018-09-06  danFix a problem with ALTER TABLE when there are views...
2018-09-06  danFix a problem in ALTER TABLE with SQLITE_OMIT_VIRTUALTA...
2018-09-06  danFix test script problems causing SQLITE_OMIT_VIRTUALTAB...
2018-09-06  mistachkinMerge accidental fork.
2018-09-06  mistachkinFix harmless compiler warning.
2018-09-06  danFix a problem causing SQLITE_OMIT_VIRTUALTABLE builds...
2018-09-06  danAdd new test file "alterauth.test".
2018-09-06  danAdd an "ALTER TABLE RENAME COLUMN" command. Upgrade...
2018-09-06  danMerge latest trunk changes into this branch. alter-table-rename-column
2018-09-06  danEnsure that the tbl_name column in the sqlite_temp_mast...
2018-09-06  drhAdd the randomshape.tcl test-case generator script...
2018-09-06  drhFix excess memory usage in the JSON parser of GEOPOLY.
2018-09-06  drhFix a problem with geopoly trying to update both the...
2018-09-05  danMerge latest trunk changes into this branch.
2018-09-05  danFix some test script errors. And an incorrect assert...
2018-09-05  drhRemove an old testcase() macro that is no longer valid.
2018-09-05  danAvoid comparing pointer values after the object that...
2018-09-05  danFix minor code issues in alter.c.
2018-09-04  danMerge latest trunk changes into this branch.
2018-09-03  danImprove the error messages emitted by RENAME TABLE.
2018-09-03  danEnsure that FTS5 queries of the form "WHERE rowid BETWE...
2018-09-01  danAdd another test case to altertab.test.
2018-09-01  danFix a problem with renaming a column in a table that...
2018-09-01  drhFixes for harmless compiler warnings.
2018-09-01  drhFix some harmless compiler warnings and improve defense...
2018-09-01  danMerge alter-table-rename-table back into this branch.
2018-09-01  danHave "ALTER TABLE ADD COLUMN" reload the entire db... alter-table-rename-table
2018-09-01  drhMerge fixes from the alter-table-rename-column branch...
2018-09-01  drhMerge fixes and enhancements from trunk.
2018-09-01  danUpdate test script snapshot_fault.test to account for...
2018-08-31  drhNew hyperlink on the README.md file.
2018-08-31  danIf a call to sqlite3_snapshot_open() fails because...
2018-08-31  danEnsure b-tree mutexes are always held when sqlite3FindT...
2018-08-30  drhTry to identify the places in WAL code where thread...
2018-08-30  danTest the schema after renaming a table. Ensure that...
2018-08-30  drhGive the debugging routine print_pager_stats() external...
2018-08-30  danFix an ALTER TABLE problem with processing temp schema...
2018-08-30  drhImproved JSON parser caching.
2018-08-29  drhAdditional test cases for geopoly.
2018-08-29  danExtend RENAME TABLE to edit triggers and views. Still...
2018-08-29  drhFixes to the UPDATE logic in Geopoly.
next