Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/eval.test
2022-01-16
| ||
19:11 | [73969a2d43] part of check-in [4883776669] Fix test cases so that they all still work even with -DSQLITE_DQS=0. (check-in: [4883776669] user: drh branch: trunk, size: 2421) | |
2014-09-29
| ||
15:00 | [a64c9105d6] part of check-in [414f0d6a64] Ensure that the OP_Prev opcode verifies that content has not been deleted out from under the cursor. Fix for ticket [209d31e3161b9e9ff]. (check-in: [414f0d6a64] user: drh branch: trunk, size: 2419) | |
2008-10-13
| ||
10:37 | [bc269c365b] part of check-in [b055bfc4e5] If sqlite3_column_value() is called to obtain a value with the MEM_Static flag set, clear it and set the MEM_Ephem flag before returning. Otherwise, if the value is passed to sqlite3_bind_value() or sqlite3_result_value(), sqlite may attempt to use the buffer after the statement has been finalized. This is not always valid, as MEM_Static only guarantees that a MEM.z buffer will be valid for the lifetime of the owner statement, not that it is actually a static buffer. (CVS 5812) (check-in: [b055bfc4e5] user: danielk1977 branch: trunk, size: 2144) | |
2008-07-11
| ||
21:02 | Added: [020a21a236] part of check-in [c80a5d0993] Detect and handles the case where a row is modified or deleted while it is being read during SELECT processing. (CVS 5399) (check-in: [c80a5d0993] user: drh branch: trunk, size: 2047) | |