]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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.
2018-08-29  drhAlso free up the MEM_RowSet bit in the Mem.flags field...
2018-08-29  drhFree up the MEM_Frame bit in Mem.flags object. Store...
2018-08-29  drhAdd the geopoly_group_bbox() aggregate function to...
2018-08-28  drhDisable the server1.test script on old PPC Macs due...
2018-08-28  drhStricter enforcement of the JSON and GeoJSON standards...
2018-08-28  drhFix new issues in the geopoly module discovered by...
2018-08-28  danFix a problem causing spurious SQLITE_CORRUPT errors...
2018-08-27  drhAdd support for the Geopoly extension to the R-Tree...
2018-08-27  drhMinor changes to the visual01.txt test script. rtree-geopoly
2018-08-27  drhSplit the three-argument version of geopoly_within...
2018-08-25  drhEnhance the geopoly virtual table so that it does a...
2018-08-25  drhProvide the two-argument geopoly_within(P1,P2) routine...
2018-08-25  drhFix a harmless compiler warning.
2018-08-25  drhFix a minor issue in the altercol.test script so that...
2018-08-25  drhInvoke the authorizer for ALTER TABLE RENAME COLUMN.
2018-08-25  drhRemove an unnecessary IN_RENAME_COLUMN macro from resol...
2018-08-25  drhThe implementation of sqlite_rename_column() must be...
2018-08-24  danFix a problem by renaming a column when the schema...
2018-08-24  danFix a problem with renaming a column that occurs as...
2018-08-24  mistachkinSet SQLITE_PTRSIZE to 4 when compiling with xlc on...
2018-08-24  danAfter modifying and reparsing the schema as part of...
2018-08-24  danAvoid incorrectly replacing tokens that refer to a...
2018-08-23  drhAdd the "atrc" test program to the Makefiles. Fix...
2018-08-23  drhFix harmless compiler warnings in the ALTER TABLE logic...
2018-08-23  drhAutomatically detect when compiling for AArch64 on...
2018-08-23  drhThe Expr.iColumn field must also be initialized in...
2018-08-23  drhMake sure the Expr.iTable field is initialized by token...
2018-08-23  drhMerge enhancements from trunk.
2018-08-21  danFix a test case that was failing for SQLITE_ENABLE_STAT...
2018-08-21  danRename internal function sqlite3RenameToken() to sqlite...
2018-08-21  danRationalize some duplicated code in alter.c. Also impro...
2018-08-21  drhFurther attempts to reduce the number of false-positive...
2018-08-21  drhFix various harmless warnings generated by static analy...
2018-08-21  danMinor changes to function tokenExpr() in order to claw...
2018-08-20  danAdd further tests for RENAME COLUMN.
2018-08-20  danEnsure that it is not possible to rename columns of...
2018-08-18  drhAdditional fixes for harmless compiler warnings that...
2018-08-18  drhMerge trunk fixes.
2018-08-18  danHave ALTER TABLE RENAME COLUMN also edit trigger and...
2018-08-18  danImprovements to error handling in ALTER TABLE RENAME... edit-trigger-wrapper
2018-08-17  mistachkinFix harmless compiler warnings only seen with STAT4...
2018-08-17  danAllow an ALTER TABLE RENAME COLUMN to proceed even...
2018-08-17  danEnsure that CREATE VIEW, TRIGGER or INDEX statements...
2018-08-16  danFurther progress on updating trigger programs as part...
2018-08-16  drhFix a harmless unused-variable compiler warning that...
2018-08-16  drhFix EXPLAIN QUERY PLAN so that it describes IN operator...
2018-08-15  dan(no comment)
2018-08-15  danAllow sqlite3_snapshot_open() to be called to change...
2018-08-14  danFix a problem when renaming an IPK column that is also...
2018-08-14  danFix a problem when renaming an IPK column that is also...
2018-08-14  danMerge latest trunk and ALTER TABLE error message improv...
2018-08-14  drhDo not allow ALTER TABLE RENAME COLUMN on a virtual...
2018-08-14  danHave ALTER TABLE RENAME edit column references in CREAT...
2018-08-14  drhImproved error messages when an ALTER TABLE RENAME...
2018-08-14  drhMerge fixes and enhancements from trunk.
2018-08-14  danFix ALTER TABLE RENAME COLUMN in cases where the column...
2018-08-14  drhFix UPSERT so that it checks the target-constraint...
2018-08-13  drhStop requiring the global VFS mutex to access the unixI...
2018-08-13  drhTake extra precautions to ensure access to unixInodeInf...
2018-08-13  danEdit the WHEN and UPDATE OF clauses of trigger programs...
2018-08-13  drhMake the sqlite_rename_column() SQL function resistant...
2018-08-13  drhFix legacy comments on Token. Begin commenting the...
2018-08-13  drhFix issues with ALTER TABLE RENAME COLUMN associated...
2018-08-13  drhFix an incorrect comment on the unix-nolock VFS object...
2018-08-11  drhAdd the "atrc" test program. "Atrc" is short for...
2018-08-11  danIf the new column name in an ALTER TABLE RENAME COLUMN...
2018-08-11  danAvoid an assert() sometimes triggered by ALTER TABLE...
next