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/exists.test
autosetup
April 27, 2016
D
Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script.
dan
committed
10y ago
05accd2
June 27, 2011
D
Add a case to permutations.test to run the veryquick test suite using sqlite3_prepare() instead of sqlite3_prepare_v2(). This helps to test the fix for bug [25ee812710].
dan
committed
15y ago
c431fd5
April 11, 2011
D
Change exists.test to run all tests with and without "PRAGMA journal_mode=WAL".
dan
committed
15y ago
9020de6
April 9, 2011
D
Add VerifyCookie instructions to "DROP XXX IF EXISTS" statements if the specified database object does not exist when the statement is prepared.
dan
committed
15y ago
5796675
D
Add an OP_VerifyCookie instruction to "CREATE XXX IF NOT EXISTS" commands. This way, if the specified database object existed when the statement was compiled but removed from the database before sqlite3_step() was called, the statement still works as expected (and creates the object).
dan
committed
15y ago
7687c83