SQLite

All files named ”test/version.test”
Login

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

History for test/version.test

2004-06-15
11:40
Deleted: Minor bugfixes and test case adjustments for version 2 test cases to work with version 3. (CVS 1598) (check-in: [e21a181376] user: danielk1977 branch: trunk, size: 0)
2004-05-13
11:34
[2ba212ba06] part of check-in [dbe8385ecf] Various minor fixes and updates to make more test cases pass. (CVS 1370) (check-in: [dbe8385ecf] user: danielk1977 branch: trunk, size: 5237)
2004-02-12
19:01
[92adee5d98] part of check-in [0c77cee70f] Add the SQLITE_NOTADB return code for cases when you try to open a file that does not even remotely resemble an SQLite database file. (CVS 1233) (check-in: [0c77cee70f] user: drh branch: trunk, size: 5222)
2002-09-02
12:14
[605fd0d7e7] part of check-in [9ca2c50770] Detect when the test scripts are being run as root and issue an appropriate error message. (CVS 740) (check-in: [9ca2c50770] user: drh branch: trunk, size: 5216)
2002-08-29
23:59
[b4284c6010] part of check-in [78a0229a7e] If the database is locked when sqlite_open() is called, sqlite_exec() should still honor the busy callback and should return an error message together with the SQLITE_BUSY result code. (CVS 733) (check-in: [78a0229a7e] user: drh branch: trunk, size: 5075)
2002-08-13
23:02
[c7057526e1] part of check-in [310ac4fbaf] Make the distinction between text and numeric data. (CVS 710) (check-in: [310ac4fbaf] user: drh branch: trunk, size: 5043)
2002-08-11
20:10
[f6a264303f] part of check-in [ce4b943bf6] Fix for ticket #9: Add the ability to read little-endian database files from a big-endian machine and vice versa. (CVS 704) (check-in: [ce4b943bf6] user: drh branch: trunk, size: 5043)
2002-07-19
18:52
[946589ce15] part of check-in [612df00401] Fix an assertion failure that occurs when attempting to delete all rows of a table while the "count_changes" pragma is turned on. Up the version number to 2.6.1. (CVS 690) (check-in: [612df00401] user: drh branch: trunk, size: 4988)
17:46
[3a4d507ad9] part of check-in [c8a7b725b7] Better detection and reporting of errors when initializing from the sqlite_master table. (CVS 688) (check-in: [c8a7b725b7] user: drh branch: trunk, size: 4712)
2002-07-18
02:07
[7b3084bb0b] part of check-in [f2d9191381] Update documentation prior to the release of 2.6.0. (CVS 683) (check-in: [f2d9191381] user: drh branch: trunk, size: 4674)
01:27
Added: [c970e4196a] part of check-in [0493e39c1c] Make the automatic database upgrade work even if there are triggers. Add tests for automatic upgrade and for failing if reading a more advanced version of the database. Ticket #107. (CVS 682) (check-in: [0493e39c1c] user: drh branch: trunk, size: 4220)