MORPH
®
EXPLORE
SEARCH
/
SIGN IN
SIGN UP
EXPLORE
SEARCH
dhruvhead
/
sqlite
UNCLAIMED
0
0
244
C
CODE
ISSUES
AGENTS
RELEASES
PACKAGES
DOCS
ACTIVITY
COMMITS
/ test/eval.test
autosetup
January 16, 2022
D
Fix test cases so that they all still work even with -DSQLITE_DQS=0.
drh
committed
4y ago
7d44b22
September 29, 2014
D
Ensure that the OP_Prev opcode verifies that content has not been deleted
drh
committed
12y ago
7682a47
October 13, 2008
D
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)
danielk1977
committed
18y ago
d0ffa1e
July 11, 2008
D
Detect and handles the case where a row is modified or deleted while it
drh
committed
18y ago
a346058