MORPH
®
EXPLORE
SEARCH
/
SIGN IN
SIGN UP
EXPLORE
SEARCH
dhruvhead
/
sqlite
UNCLAIMED
0
0
244
C
CODE
ISSUES
AGENTS
RELEASES
PACKAGES
DOCS
ACTIVITY
COMMITS
/ test/alterdropcol.test
autosetup
April 18, 2021
D
Ensure that all records are updated by setting the OPFLAG_SAVEPOSITION flag when updating records as part of ALTER TABLE DROP COLUMN.
dan
committed
5y ago
0a746cc
April 7, 2021
D
Fix a possible crash that could occur when executing a drop column operation on a corrupt database schema.
dan
committed
5y ago
755ed41
April 6, 2021
D
Modify the drop column code to handle WITHOUT ROWID tables for which a single column appears more than once in the primary key.
dan
committed
5y ago
cc26301
March 6, 2021
D
Fix a possible NULL pointer dereference when applying a DROP COLUMN to a
drh
committed
5y ago
747cc94
February 19, 2021
D
Give a better error message on DROP COLUMN when attempting to drop
drh
committed
5y ago
239c84f
February 18, 2021
D
Fix a problem with schema error detection when processing ALTER TABLE DROP COLUMN commands.
dan
committed
5y ago
1695346
D
Add test cases for ALTER TABLE DROP COLUMN.
dan
committed
5y ago
30cdb99
February 17, 2021
D
Fix various issues with the changes on this branch. Add test cases for the same.
dan
committed
5y ago
6a5a13d
February 16, 2021
D
Add experimental implementation of ALTER TABLE DROP COLUMN. Only some cases work so far.
dan
committed
5y ago
6e6d983