/ Changes On Branch alter-table-rename-column
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch alter-table-rename-column Excluding Merge-Ins

This is equivalent to a diff from 8f48991dcb to 8a28a326d7

2018-09-06
16:20
Add an "ALTER TABLE RENAME COLUMN" command. Upgrade "ALTER TABLE RENAME TABLE" so that it modifies references to the renamed table embedded in SQL view and trigger definitions. (check-in: 4da5998314 user: dan tags: trunk)
16:17
Merge latest trunk changes into this branch. (Closed-Leaf check-in: 8a28a326d7 user: dan tags: alter-table-rename-column)
16:01
Ensure that the tbl_name column in the sqlite_temp_master table is updated correctly as part of a RENAME TABLE operation. (check-in: ffecfca511 user: dan tags: alter-table-rename-column)
14:01
Add the randomshape.tcl test-case generator script to the util subdirectory of the rtree extension. (check-in: 8f48991dcb user: drh tags: trunk)
11:14
Fix excess memory usage in the JSON parser of GEOPOLY. (check-in: 9057e27e12 user: drh tags: trunk)

Changes to Makefile.in.

Changes to Makefile.msc.

Changes to ext/fts5/fts5_main.c.

Changes to main.mk.

Changes to src/alter.c.

Changes to src/auth.c.

Changes to src/build.c.

Changes to src/expr.c.

Changes to src/parse.y.

Changes to src/prepare.c.

Changes to src/resolve.c.

Changes to src/sqliteInt.h.

Changes to src/tokenize.c.

Changes to src/trigger.c.

Changes to src/vdbe.c.

Changes to src/vtab.c.

Changes to test/alter.test.

Changes to test/alter4.test.

Added test/altercol.test.

Added test/altermalloc2.test.

Added test/altertab.test.

Added test/atrc.c.

Changes to test/auth.test.

Changes to test/fkey2.test.

Changes to test/trigger7.test.

Changes to test/without_rowid3.test.