| Commit message (Collapse) | Author | Age |
|
|
| |
FossilOrigin-Name: 5bc17cbccdd369486fca049be9d7457e18f162c0e2f5475809ffc8f01c5fa9d2
|
|
|
|
|
| |
while it is active. Hence, an OOM will cause Parse.nErr to be set.
FossilOrigin-Name: 6a45d8fe8bfbc11a5b86d25237e1f8bccfb0f22f3dcaf004ba797aeb57b365ec
|
|
|
| |
FossilOrigin-Name: 7cee62f77a9e7c3cf886f136e75a93c3bbbb88e48b66035883bea5503d9fc03c
|
|
|
| |
FossilOrigin-Name: 50e08338aed7ac0cee600098d2ecd4b3b7bfd31a597bb26773badf3d2e2582c8
|
|
|
|
|
| |
unique and thus easier to find amid all the other code.
FossilOrigin-Name: 8b781dcaf68e0cf12a844708c82eee00193e340195cbca915d077e4846983bf3
|
|
|
| |
FossilOrigin-Name: bbb6759bcf6e01d36dfc787a82a610d359f50aaeac8104b73883a84906d54e1f
|
|
|
| |
FossilOrigin-Name: b5564a6fd54875db1de884fdc0e5eeabcd6aa5595ad03a8a60843503e830a2d8
|
|
|
|
|
| |
blob-handle that has already hit an SQLITE_CORRUPT error.
FossilOrigin-Name: b5dc7aba036cfd6d09c68dd17608328063634ca99ff341f97bab2dc2a1f59b11
|
|
|
|
|
| |
the associated database handle was closed using sqlite3_close_v2().
FossilOrigin-Name: 52f463d29407fad691c42b13462880e7605603c9be9f480d18e953a0ef78149a
|
|
|
|
|
| |
every sqlite3_blob_reopen() call.
FossilOrigin-Name: 41ef34a1f0650c50cacb203665cd9d57db53a49c979bf0d5a78937517f763a2c
|
|
|
| |
FossilOrigin-Name: 5dbb255a9377a6c2619fbac519f18caa4d8cb23257dfba0ffb9e36dd9dc16627
|
|
|
| |
FossilOrigin-Name: 436a89b91901851ce21bf0cb997291b48888c52788b904822083d8dfac32b84b
|
|
|
| |
FossilOrigin-Name: 495ea824093ff535734c22c3115384c08f855c02
|
|
|
|
|
| |
Proposed fix for ticket [e6e962d6b0f06f46e]. Further testing needed.
FossilOrigin-Name: 57d8dad35c2a9ab635e954dce7f3986ae1ca8ed2
|
|
|
|
|
| |
going through sqlite3_step(). Performance enhancement.
FossilOrigin-Name: 347df3c1fd7322e7aacaf1e9f8be81830947c482
|
|
|
|
|
| |
Also other minor refactoring of the sqlite3_blob implementation.
FossilOrigin-Name: 9d197a532349f4b1caf66bbed70ca46df86cb86f
|
|
|
|
|
| |
sqlite3_blob_reopen().
FossilOrigin-Name: 52a61967d920047ea0b4409b79793e05c0128964
|
|
|
|
|
|
|
| |
into sqlite3BtreePayload() and sqlite3BtreePayloadChecked(), respectively.
This is a continuation of the optimization started by check-in
[2d831074cf]. The result is a slightly smaller and faster binary.
FossilOrigin-Name: 49ebc219faea30eaa61def4a3fba2817b9c58a86
|
|
|
|
|
| |
increase.
FossilOrigin-Name: 32be7aae92ee48bf2cd260ea41e79c2bc62738f9
|
|
|
|
|
|
| |
distinguish it from all of the other "zName" variables scattered throughout
the code.
FossilOrigin-Name: 92a22f01343a898455fd61c3b8e7d7c954f5b569
|
|
|
|
|
|
|
|
|
|
| |
make it only work for table btrees. Change sqlite3BtreeDataSize() into
sqlite3BtreePayloadSize() and make it work for all btrees. Combine
sqlite3BtreeDataFetch() and sqlite3BtreeKeyFetch() into a single
sqlite3BtreePayloadFetch() routine. These changes seem to make the
b-tree interface more rational and they reduce both binary size and
CPU usage.
FossilOrigin-Name: bef35e18dd19732f7859287b097feeb593e5900f
|
|\
| |
| | |
FossilOrigin-Name: a533608cb0de3cbc1e28a794aab99864b8c249f4
|
| |
| |
| |
| |
| |
| | |
jump destinations. Use this feature to simplify the AUTOINCREMENT code
generator.
FossilOrigin-Name: ae8b9d2edf1b5aef6108e729754911db7682b6a3
|
|\|
| |
| | |
FossilOrigin-Name: 327af5f644a49b2f41d5456958f9d61a2b704e1c
|
| |
| |
| | |
FossilOrigin-Name: d23849f64a110e336f26282bf2b961a2a2372468
|
| |
| |
| |
| |
| | |
smaller and faster binary.
FossilOrigin-Name: 88ceb588bcdb3ca86d0c58cfdeb61b5fe070872f
|
|\|
| |
| | |
FossilOrigin-Name: d1a1278d7f3306536dc9cbd8fb300898f1e373e8
|
| |
| |
| |
| |
| | |
easier to understand.
FossilOrigin-Name: 9b1d174d862500a627840008ffac4c8419dc97e2
|
|\|
| |
| |
| |
| | |
ticket [1b266395d6bc10].
FossilOrigin-Name: b2face9aa95ade96a5666c70b6b31064c1ad0977
|
| |
| |
| |
| |
| |
| |
| | |
magic numbers in Index.aiColumn[]. Add asserts to help verify that
Index.aiColumn[] is always used correctly. Fix one place in FK processing
where Index.aiColumn[] was not being used correctly.
FossilOrigin-Name: 7d272aa62cd4cbbf4b5d04e3b918de27671e8301
|
|\|
| |
| | |
FossilOrigin-Name: 22ce9218fb2bb56cc5dd4e32077a16f669250d5f
|
| |
| |
| |
| |
| |
| |
| | |
and UPDATE statements. Legacy tests pass, but the new code paths are still
largely untested. The query planner currently makes no effort to use
expression indexes.
FossilOrigin-Name: efaabdb71626bdc03768e87e186c72f6f3da75b2
|
|\|
| |
| | |
FossilOrigin-Name: f36bb5fa5c5e3430808fe35d58f45559a216d341
|
| |
| |
| |
| |
| |
| |
| | |
parameters to sqlite3_blob_read() and sqlite3_blob_write(). For
sqlite3_blob_open(), make sure the *ppBlob return parameter is zeroed if
the interface fails with SQLITE_MISUSE.
FossilOrigin-Name: 5df02f50f8348dfde4fc15126abc7b7ef7803e69
|
|\|
| |
| |
| |
| |
| | |
and the addition of sqlite3_stmt_scanstatus() support, as well as various
minor bug fixes.
FossilOrigin-Name: f09055f3c4348264c7336f90646375f0d98b061e
|
| |
| |
| |
| |
| | |
sqlite3_blob_write() interface.
FossilOrigin-Name: 1df77e5f1bd82de4dc92fe28359c3e56ab3f9ed4
|
|\|
| |
| |
| |
| | |
the b-tree balancing logic, into the sessions branch.
FossilOrigin-Name: 28b044a51215a3f64dafb2cf3b6cb7d2029580ef
|
| |
| |
| |
| |
| | |
progress and is not yet completely functional.
FossilOrigin-Name: c297a84bc678f81ffc0aa9139ab73f0ca87c1971
|
|\|
| |
| |
| |
| | |
into the sessions branch.
FossilOrigin-Name: 08ae974ac80fabe53f515bbbd93ccf55de8ee671
|
| |
| |
| |
| |
| | |
sqlite3ErrorWithMsg(), for a slight size reduction and performance increase.
FossilOrigin-Name: cf561d1f0bb60b3d638632d20bd686dda4fa4a04
|
|\|
| |
| | |
FossilOrigin-Name: 95e77efe076ab421bd246119c47dba5dacf9d087
|
| |
| |
| |
| |
| | |
normally enabled only for incr-blob cursors, for all cursors.
FossilOrigin-Name: da59198505990a4fe832be7932117c7e014955b7
|
|\|
| |
| | |
FossilOrigin-Name: 917c410808756e1697bd628f4c9c57dd13d08ce7
|
| |
| |
| |
| |
| |
| | |
in "Edit and Continue" mode by avoiding the use of __LINE__ when
SQLITE_VDBE_COVERAGE is not defined.
FossilOrigin-Name: 0a5318bc272b844e937cb1df3a07224034bc3450
|
|\|
| |
| |
| |
| | |
into the sessions branch.
FossilOrigin-Name: 7f51ad97f0b24c57453d58faf25eee68861faa23
|
| |
| |
| | |
FossilOrigin-Name: ce184c7bb16988641d37c908d9b3042456d4be3d
|
|\|
| |
| | |
FossilOrigin-Name: b006792695d23980e1923b21915d5c1138ecf29d
|
| |
| |
| |
| |
| | |
version checks that OP_VerifySchema used to do.
FossilOrigin-Name: 2f3376ebf13df44e6acf27cb1f07172cd8b34033
|
|\|
| |
| | |
FossilOrigin-Name: cfd110bf5db2c1993a5e2ca718648bd9c17ee22c
|
| |
| |
| | |
FossilOrigin-Name: 4c6a659c432e4f7c0285f58675a67f967b07bb0d
|