/ Changes On Branch vacuum-into
Login

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

Changes In Branch vacuum-into Excluding Merge-Ins

This is equivalent to a diff from b7bf3c9832 to 9748d7995b

2018-12-10
01:48
Add support for the VACUUM INTO command. (check-in: 77f150b8b4 user: drh tags: trunk)
00:41
Fix the shell1.test test for the new format of the .backup command. (Closed-Leaf check-in: 9748d7995b user: drh tags: vacuum-into)
00:40
Merge fixes from trunk. (check-in: ab1e58fac9 user: drh tags: vacuum-into)
2018-12-09
18:55
New test case for ticket [1d958d90596593a77420e59]. (check-in: b7bf3c9832 user: drh tags: trunk)
2018-12-08
20:30
Do not use a partial index as a table scan in an IN operator. Fix for ticket [1d958d90596593a77420e59]. (check-in: 15bc915dd7 user: drh tags: trunk)

Changes to src/parse.y.

Changes to src/shell.c.in.

Changes to src/sqliteInt.h.

Changes to src/vacuum.c.

Changes to src/vdbe.c.

Changes to test/shell1.test.

Added test/vacuum-into.test.