nan returns incorrect results when using a codec with an encryption routine, 
since test nan-3.1 reads directly from the file via   hexio_read test.db
2040 8

Suggested changes, run the test without encryption, or skip test 14 when
running with a codec

line 27:
+# Disable encryption on the database for this test.
+sqlite3 db test.db -key {}

167:
-  sqlite3 db test.db
+  sqlite3 db test.db -key {}

173:
-  sqlite3 db test.db
+  sqlite3 db test.db -key {}

179:
-  sqlite3 db test.db
+  sqlite3 db test.db -key {}

185:
-  sqlite3 db test.db
+  sqlite3 db test.db -key {}

Regards,

Noah Hart

-- 
View this message in context: 
http://old.nabble.com/Error-in-nan.test-with-encryption-codec-tp28952408p28952408.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