SQLite

All files named ”test/capi3b.test”
Login

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

History for test/capi3b.test

2010-06-07
14:28
[efb2b9cfd1] part of check-in [c2edf8e17f] Refactor some of the global variables and commands used by tester.tcl. (check-in: [c2edf8e17f] user: dan branch: trunk, size: 3403)
2007-08-14
13:20
[2c3d64873c] part of check-in [f0029da32f] Back-port critical soft heap limit fixes to version 3.3.17. The following check-ins were back-ported: (4031), (4037), (4097), (4202), (4203), (4207), (4208), (4214). (CVS 4222) (check-in: [f0029da32f] user: drh branch: branch_3_3_17, size: 3390)
2007-08-10
19:46
[664eb55318] part of check-in [e01eb99edf] Update tests so that they work properly even if the soft-heap-limit is set low. (CVS 4203) (check-in: [e01eb99edf] user: drh branch: trunk, size: 3386)
2006-01-03
00:33
[5f0bc94b10] part of check-in [70b228575e] The sqlite TCL command no longer returns the hex address of the sqlite3* structure. Instead there is a new command in testfixture to find that information. (CVS 2852) (check-in: [70b228575e] user: drh branch: trunk, size: 3101)
2004-09-03
00:27
[5b6a66f9f2] part of check-in [9e6645dd78] More tests of sqlite3_step() and SQLITE_BUSY added. (CVS 1936) (check-in: [9e6645dd78] user: drh branch: trunk, size: 3068)
2004-09-02
14:57
Added: [458044d8c2] part of check-in [d1b2915655] Transactions commit on the last sqlite3_step(), not on sqlite3_finalize(). This allows the sqlite3_step() to return SQLITE_BUSY if the commit is blocked by a lock. Ticket #885. (CVS 1928) (check-in: [d1b2915655] user: drh branch: trunk, size: 2037)