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

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

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

This is equivalent to a diff from 62089c6daf to 8d89ddc1a6

2018-09-01
16:13
Merge alter-table-rename-table back into this branch. (check-in: ad704a7c86 user: dan tags: alter-table-rename-column)
16:05
Have "ALTER TABLE ADD COLUMN" reload the entire db schema, as "RENAME COLUMN" and "RENAME TABLE" do. (Closed-Leaf check-in: 8d89ddc1a6 user: dan tags: alter-table-rename-table)
15:55
Merge fixes from the alter-table-rename-column branch that occurred after this branch separated from that one. (check-in: 22e785aa2b user: drh tags: alter-table-rename-table)
2018-08-25
16:22
Fix a minor issue in the altercol.test script so that it runs on Windows. (check-in: 62089c6daf user: drh tags: alter-table-rename-column)
16:14
Invoke the authorizer for ALTER TABLE RENAME COLUMN. (check-in: fc293bcb34 user: drh tags: alter-table-rename-column)

Changes to Makefile.in.

Changes to Makefile.msc.

Changes to README.md.

Changes to configure.

Changes to configure.ac.

Changes to ext/misc/completion.c.

Changes to ext/misc/json1.c.

Added ext/rtree/geopoly.c.

Changes to ext/rtree/rtree.c.

Added ext/rtree/visual01.txt.

Changes to main.mk.

Changes to src/alter.c.

Changes to src/build.c.

Changes to src/expr.c.

Changes to src/main.c.

Changes to src/pager.c.

Changes to src/parse.y.

Changes to src/pragma.c.

Changes to src/prepare.c.

Changes to src/resolve.c.

Changes to src/rowset.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/tokenize.c.

Changes to src/trigger.c.

Changes to src/upsert.c.

Changes to src/vdbe.c.

Changes to src/vdbeInt.h.

Changes to src/vdbeaux.c.

Changes to src/vdbemem.c.

Changes to src/vdbesort.c.

Changes to src/wal.c.

Changes to src/whereexpr.c.

Changes to test/alter.test.

Changes to test/altercol.test.

Added test/altertab.test.

Changes to test/fkey2.test.

Changes to test/server1.test.

Changes to test/snapshot.test.

Changes to test/snapshot2.test.

Changes to test/snapshot3.test.

Added test/snapshot4.test.

Changes to test/snapshot_fault.test.

Changes to test/snapshot_up.test.

Changes to test/view.test.

Changes to test/without_rowid3.test.

Changes to tool/mksqlite3c.tcl.