vacuum2 returns incorrect results when using a codec with an encryption
routine

Suggested changes: 

line 31:
+# Disable encryption on the database for this test.
    sqlite3 db test.db -key {} 
  
Change line 70
- sqlite3 db2 test.db
+sqlite3 db2 test.db -key {}

Noah Hart

-- 
View this message in context: 
http://old.nabble.com/Error-in-vacuum2.test-with-encryption-codec-tp28952227p28952227.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to