1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

The ".ar" command deduces whether or not the target file is

a ZIP or SQLAR and does the appropropriate thing.  The "-z" option is omitted.
The "--append" option is added to open auxiliary databases using apndvfs.

FossilOrigin-Name: 430d1a7daa823ae53606b7a158af4e7c16f62ff9b072b90606524e7c3f6131df
This commit is contained in:
drh
2018-01-10 15:17:34 +00:00
parent a82c95b47d
commit a5676c4d2d
4 changed files with 68 additions and 54 deletions

View File

@ -101,7 +101,7 @@ foreach {tn tcl} {
set x2 ".ar --extract --dir ar3"
set c3 ".ar --creat --dir ar1 --file test_xyz.db ."
set x3 ".ar --e --d ar3 --f test_xyz.db"
set x3 ".ar --e --dir ar3 --f test_xyz.db"
}
4 {
@ -169,4 +169,3 @@ finish_test
finish_test