Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/close.test
2019-07-15
| ||
13:58 | [eccbad8ecd] part of check-in [52f463d294] Fix a problem that could cause a crash if a blob handle were closed after the associated database handle was closed using sqlite3_close_v2(). (check-in: [52f463d294] user: dan branch: trunk, size: 1979) | |
2017-07-10
| ||
12:07 | [799ea4599d] 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: 1834) | |
2016-03-14
| ||
17:05 | [83947daf3b] part of check-in [d866fffb8b] Many test cases fixed to work with encryption. (check-in: [d866fffb8b] user: drh branch: see-testing, size: 1839) | |
2013-06-10
| ||
23:30 | [340bd24cc5] part of check-in [aa580e368e] Fix test cases for the new EXPLAIN QUERY PLAN format. Add the wherecosttest tool. Other fixes to logarithm cost. (check-in: [aa580e368e] user: drh branch: nextgen-query-plan-logcost, size: 1723) | |
2013-05-16
| ||
11:57 | Added: [e37610d60e] part of check-in [d11e76072a] In sqlite3_close_v2(), do not attempt to roll back a transaction if there exist active statement objects. Any open transaction will be rolled back when the last of these statement objects is finalized. (check-in: [d11e76072a] user: dan branch: trunk, size: 1724) | |