| Commit message (Collapse) | Author | Age |
|
|
| |
FossilOrigin-Name: defaf0d99a807027f8883bf821b6482025f9f54e
|
|
|
|
|
| |
fails due to CPU contention with other processes on the same host. (CVS 6183)
FossilOrigin-Name: ffdf91fec93aed35cf3dde1edbe9d7f8a5d23ae8
|
|
|
|
|
| |
test scripts. (CVS 5400)
FossilOrigin-Name: dcb160249fa2d592ad09b8b0052102dc44a93511
|
|
|
|
|
| |
namespace. (CVS 5044)
FossilOrigin-Name: 440492395854a0886ef954ef2ed638bf587c6f03
|
|
|
|
|
| |
subroutine. (CVS 2554)
FossilOrigin-Name: c30cbba9ead1b4d07f225b1e8a65d5d5230ea45d
|
|
|
|
|
| |
while SQL statements are executing. (CVS 2275)
FossilOrigin-Name: cabab62bc10568d435806a7059fad7274f0dd4c8
|
|
|
| |
FossilOrigin-Name: bd65b1805c116a9073a01164d77e2bfd4ab3b447
|
|
|
| |
FossilOrigin-Name: 4984a130ccf3b8e486941a5d0d0cc70a691f0dac
|
|
|
| |
FossilOrigin-Name: 287f86731c71401dbac098e08357367b4f8e5a43
|
|
|
| |
FossilOrigin-Name: dbfe6e93166d9557d66cab9dca7977baa3501e5e
|
|
|
|
|
|
| |
some other parts of the SQL engine do not, which can lead to some strange
results. (CVS 1368)
FossilOrigin-Name: 9f2b6d9d3a07e25fcdb7e8290da7a182a65c37b2
|
|
|
|
|
| |
term does not use a comparison operator. (CVS 515)
FossilOrigin-Name: abb12259a09418eb6e3cf573ea718ac58c91ac7b
|
|
|
|
|
| |
(CVS 513)
FossilOrigin-Name: bdd8ce584e16fe288a7e8386f897cb36a60e8431
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The root problem was that the sequence of BTree operations (Delete, Next)
would not always leave the cursor pointing at the first entry after the
entry that was deleted. A consequence of this error was that a DROP TABLE
on a table with indices would not always remove every index associated
with that table from the SQLITE_MASTER table. Subsequent attempts to
open the database will fail when the index for the missing table was
parsed. Changes have also been made to ignore extra indices in the
SQLITE_MASTER table so that a database previously corrupted by this bug
is once again readable. (CVS 316)
FossilOrigin-Name: 8a984667113564f2bac7412165b6ff8b7e3e8f70
|
|
|
|
|
| |
is in place. It appears to work. (CVS 305)
FossilOrigin-Name: 262bcd17df19f45def6144b5a7e0602ca5b03deb
|
|
|
| |
FossilOrigin-Name: 4e926efe2b59adfec4086eb1d2ba830238facb4c
|
|
|
|
|
| |
are way too slow. And additional tests are needed for new features. (CVS 243)
FossilOrigin-Name: e7b65e37fd88c4d69c89cfe73ab345b8b645ada6
|
|
|
| |
FossilOrigin-Name: 62c7bd11bcf6438cdcbf66fa67a2bf4ab9d1664d
|
|
|
|
|
| |
DBBE for the btree.c module. (CVS 236)
FossilOrigin-Name: c15f6ffc4d41f30a06d750c8015226713ae0126b
|
|
|
|
|
| |
processor speed. (CVS 192)
FossilOrigin-Name: 4b0ba23807a57eaa3649622cff3be66cd75e7561
|
|
|
| |
FossilOrigin-Name: 54d60c68dc83410e911b828a680772541c44e9df
|
|
|
| |
FossilOrigin-Name: 3bf434d93a54a24f4882d0d9375f82ceee0b7602
|
|
|
| |
FossilOrigin-Name: e1bf96a467b739373191bf75e6a097fc0f24bffc
|
|
|
| |
FossilOrigin-Name: 2e5786d10148872db47d99e39c3f54597ad777c8
|
|
|
| |
FossilOrigin-Name: c02268bdf4c28edc2542ce0ca1ba24fd6b5058fa
|
|
|
| |
FossilOrigin-Name: 939adb4d373842db0dde6ea00ee2c40316db5ac3
|
|
|
| |
FossilOrigin-Name: 721d58f4e1677a5814c00a59cce8c065fea8e7fe
|
|
|
| |
FossilOrigin-Name: 46c4b792e0a0e61c417f5c1771e013d90d652507
|
|
FossilOrigin-Name: 2b55f9b790e2914bbd2fd27ef23bbab79fa76937
|