| Commit message (Collapse) | Author | Age |
|
|
| |
FossilOrigin-Name: 6f6e2d50941e444ebc83604daddcc034137a05b7
|
|
|
|
|
| |
allow the key Tcl file operations (e.g. copy and delete) to be retried.
FossilOrigin-Name: 9007586fdabed8dbcc78581ea9821cfd1f9a4c8c
|
|
|
|
|
| |
sqlite3_prepare() instead of sqlite3_prepare_v2(). This helps to test the fix for bug [25ee812710].
FossilOrigin-Name: d9f7993bfa2ecb30c44455de538eb6f8a4a59087
|
|
|
|
|
|
|
| |
to a missing table and the schema is out of date, it retries once before
returning SQLITE_SCHEMA. Other changes to prepare.c to facilitate coverage
testing. (CVS 6769)
FossilOrigin-Name: 256ec3c6af41c2324db82e4deb54edbba5b581e8
|
|
|
|
|
| |
(redundant) test that modifying the temp schema expires all prepared statements. (CVS 6274)
FossilOrigin-Name: f6590dac4612d0d05105fa820e8fcb80b5907a40
|
|
|
|
|
| |
OMIT_ATTACH builds. #2706. (CVS 4480)
FossilOrigin-Name: 07c00fffe50e8380748f7ae02328531a75d64610
|
|
|
|
|
| |
attributes -readonly) on mac. (CVS 4472)
FossilOrigin-Name: a51946e66badab37cd54982265631bbc5e414f8e
|
|
|
| |
FossilOrigin-Name: 0ede5e496bc779e96f05602bebadd10f8a208d48
|
|
|
|
|
| |
to be an instrumentation problem not a real error. (CVS 2604)
FossilOrigin-Name: f786f37a5e31f42aaf81b3ad4a734f12855da69e
|
|
|
| |
FossilOrigin-Name: c41d55443c2dd532147962b87f542fb7d37075fd
|
|
|
|
|
| |
SQLite version 2 and SQLite version 3 can be used by Tcl at the same time. (CVS 1626)
FossilOrigin-Name: d705d051bed2b92b6c3bbcc75fe5b056633b9c31
|
|
|
|
|
| |
(CVS 1585)
FossilOrigin-Name: 80c299f8839d920c61854f575498340b28db98d7
|
|
|
|
|
| |
involving unknown collation sequences. (CVS 1563)
FossilOrigin-Name: 518d82d3b1ab996d675f45c94d740c98578a04a6
|
|
|
|
|
| |
sqlite_step(). This opens up lots of opportunity to remove old code. (CVS 1240)
FossilOrigin-Name: 9771ad1e811e02e10bb738550fbea447749083c5
|
|
|
|
|
|
| |
problems were discovered while working on ticket #317. No sure yet if
that ticket is fixed. (CVS 981)
FossilOrigin-Name: 01398fb78bab7e5c6f439f2b743f26e82118468a
|
|
|
|
|
| |
message text. (CVS 886)
FossilOrigin-Name: b90d9de32d10a71fe81f5bfd0cf57faae8c5c3b4
|
|
|
|
|
| |
error message. (CVS 740)
FossilOrigin-Name: 9ca2c507704f85446d873d5e8429554f2ad4df9e
|
|
|
|
|
| |
number to 2.5.2. (CVS 640)
FossilOrigin-Name: 9c1432bf7485258e485bd652e3acdaeabbfe8850
|
|
|
|
|
|
|
|
| |
actually tries to write data into a readonly file. It is OK to start a
transaction on a read-only file, and doing so will get you a read lock. This
change allows TEMP tables to be read/write even though the main database is
readonly. (CVS 607)
FossilOrigin-Name: 9ef795d1d756a404d2123ebc19df1985b19c9888
|
|
|
|
|
| |
for this logic, including the new test file "misuse.test". (CVS 559)
FossilOrigin-Name: f42907ce457e012592f8c043dc6c915e87258b35
|
|
|
| |
FossilOrigin-Name: ba89da603135e5f63f6f97ba3adad02682375c07
|
|
|
|
|
|
| |
was also a minor change to temptable.test so that it would work under
Windows. (CVS 282)
FossilOrigin-Name: 864349de6fba5b38a3fbf7ab502922937b1b61e5
|
|
|
| |
FossilOrigin-Name: 484b82d8a1c84f3d9725a509de93276b9fa9b294
|
|
FossilOrigin-Name: 9368c62e4097aae3081a325962c1dec167fd253d
|