SQLite

All files named ”test/incrblob4.test”
Login

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

History for test/incrblob4.test

2016-12-16
01:00
[21a52a6843] part of check-in [8d646905b8] All temp.sqlite_master to be used as an alias for sqlite_temp_master. (check-in: [8d646905b8] user: drh branch: trunk, size: 2171)
2016-10-20
11:48
[fab8354157] part of check-in [fd9c6ff05f] Add test case to incrblob4.test. No changes to code. (check-in: [fd9c6ff05f] user: dan branch: trunk, size: 2172)
2013-06-10
23:30
[f26502a569] 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: 1658)
2012-03-23
11:09
Added: [09be37d3dd] part of check-in [82c3f2ba42] When an incremental blob cursor is invalidated (occurs when an SQL statement modifies or deletes the row the blob cursor points to) release all page references held by the cursor. Otherwise, the presence of these references may cause other code in btree.c to incorrectly infer that the database is corrupt. (check-in: [82c3f2ba42] user: dan branch: fts4-incr-merge, size: 1659)