Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/capi3d.test
2022-02-17
| ||
17:24 | [8b778794af] part of check-in [a6fbb7ba05] Enhance the documentation on sqlite3_stmt_readonly() to explain that EXPLAIN and EXPLAIN QUERY PLAN do not affect the return value. Add test cases to verify this. Add new test cases and requirements marks for complete requirements test coverage on this interface. (check-in: [a6fbb7ba05] user: drh branch: trunk, size: 8500) | |
2019-03-06
| ||
14:53 | [aba9178055] part of check-in [ee642d3e27] Add the sqlite3_stmt_isexplain() interface. (check-in: [ee642d3e27] user: drh branch: trunk, size: 4941) | |
2017-07-20
| ||
16:55 | [876b9dda41] part of check-in [10556ee454] Experimental API sqlite3_stmt_refresh() to force a prepared statement to recompile if it needs to due to a schema change or other factor. (check-in: [10556ee454] user: drh branch: sqlite3_stmt_refresh, size: 4977) | |
2015-07-31
| ||
18:59 | [485048dc5c] part of check-in [047d3475e9] Fix the sqlite3_stmt_busy() interface so that it always returns FALSE after the statement has returned SQLITE_DONE, even for ROLLBACK statements. Clarify the documentation. (check-in: [047d3475e9] user: drh branch: trunk, size: 4372) | |
2014-11-11
| ||
19:07 | [a82b6321c5] part of check-in [1412fcc480] Remove some calls to the 'breakpoint' test command. (check-in: [1412fcc480] user: mistachkin branch: trunk, size: 4414) | |
2014-07-19
| ||
17:57 | [c84af0c492] part of check-in [61cee3c067] Update the sqlite3_stmt_busy() function so that it correctly returns true for "ROLLBACK" statements that have been stepped but not yet reset. (check-in: [61cee3c067] user: dan branch: trunk, size: 4427) | |
2013-06-27
| ||
17:40 | [6d0fc0a86d] part of check-in [1937fd8eec] Make sure that sqlite3_stmt_readonly reports false for PRAGMA journal_mode and PRAGMA wal_checkpoint. Ticket [a589ec069e3]. Also keep track of whether a prepared statement does no reading or writing. (check-in: [1937fd8eec] user: drh branch: trunk, size: 3753) | |
2011-11-25
| ||
17:21 | [17b57ca28b] part of check-in [95cc4af686] Add the sqlite3_stmt_busy() interface. (check-in: [95cc4af686] user: drh branch: trunk, size: 3467) | |
2010-11-16
| ||
23:10 | [cd36571f01] part of check-in [fd5b2f23dd] Adding the sqlite3_stmt_readonly() interface. (check-in: [fd5b2f23dd] user: drh branch: trunk, size: 2938) | |
2008-07-14
| ||
15:11 | [57d83b690d] part of check-in [5bfc962533] Remove the malloc2.test script since it was designed for use in versions of SQLite that predate SQLite's ability to recover from out-of-memory errors automatically. Removing this script causes no reduction in test coverage and removes potential problems reported by ticket #3213. (CVS 5409) (check-in: [5bfc962533] user: drh branch: trunk, size: 2248) | |
2008-06-19
| ||
02:52 | Added: [537de3a1f7] part of check-in [565a530896] Add the sqlite3_next_stmt() interface, including test cases. (CVS 5243) (check-in: [565a530896] user: drh branch: trunk, size: 2231) | |