SQLite

All files named ”test/vtab7.test”
Login

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

History for test/vtab7.test

2017-07-10
12:07
[70c6f4a1d6] part of check-in [f27b637040] Update error message text for standard error codes to better describe the latest usage of those error codes. Modify sqlite3_open_v2() so that it does return a valid sqlite3 object in the event of SQLITE_MISUSE due to bad open flags, so that sqlite3_errmsg() does not report "out of memory" in that case. (check-in: [f27b637040] user: drh branch: trunk, size: 5997)
2011-08-02
00:57
[ae560ebea8] part of check-in [9007586fda] Add retry logic for AV defense to winOpen. Also, refactor test suite to allow the key Tcl file operations (e.g. copy and delete) to be retried. (check-in: [9007586fda] user: mistachkin branch: winopen-retry-logic, size: 6002)
2007-12-04
16:54
[a8c3c3cb3e] part of check-in [bf34284ff0] Make sure statement journals are initiated when doing DROP operations (since the DROP might fail after sqlite_master changes). Also make sure statement journals are initiated if there are pending SELECT statements. Ticket #2820. (CVS 4591) (check-in: [bf34284ff0] user: drh branch: trunk, size: 6016)
2007-10-09
08:29
[9249e8e31f] part of check-in [07c00fffe5] Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) (check-in: [07c00fffe5] user: danielk1977 branch: trunk, size: 5822)
2006-07-26
16:22
[5f9ef9fb84] part of check-in [e705d23232] Disallow writing to, creating or dropping virtual tables from within xSync() callbacks. (CVS 3339) (check-in: [e705d23232] user: danielk1977 branch: trunk, size: 5771)
2006-07-25
15:14
Added: [b87ed57f6f] part of check-in [d5a608d0a4] Allow database writes from within virtual table module xSync() callbacks. (CVS 3334) (check-in: [d5a608d0a4] user: danielk1977 branch: trunk, size: 4786)