| Commit message (Collapse) | Author | Age |
|
|
| |
FossilOrigin-Name: fe9f00aa369051beee09ab3d1a2e046a1f679a40
|
|
|
| |
FossilOrigin-Name: fcf70bb8b8ab7682d46fa7e75338dfd8ecf472a3
|
|
|
|
|
|
|
| |
symbol tables (less than 10 entries) a simple linked list is used instead
of a hash table. Number of hash table buckets is limited to prevent large
allocations. (CVS 6559)
FossilOrigin-Name: 5c737835dec9e6038b304c198aa14337a6f23c1c
|
|
|
|
|
| |
other than SQLITE_UTF8, SQLITE_UTF16LE, SQLITE_UTF16BE, SQLITE_UTF16 or SQLITE_UTF16_ALIGNED. (CVS 6558)
FossilOrigin-Name: 7975b6f2ec7736b3656a264c2f7e7e95ce7a78e4
|
|
|
|
|
| |
symbols in the symbol table. (CVS 6557)
FossilOrigin-Name: 23d67af39227aeade2ea0292e1b8844eea580993
|
|
|
|
|
| |
error. (CVS 6556)
FossilOrigin-Name: e096f90a57f0e0d1dbeaafc72762035ca55ab803
|
|
|
| |
FossilOrigin-Name: a37d1174eb80e9a09522b236afdb47283f312d06
|
|
|
|
|
| |
if no database pages have been modified. (CVS 6554)
FossilOrigin-Name: ad8aba3eff90d42b936e3644f10cbbd431eebad8
|
|
|
|
|
| |
SQLite initialization fails. (CVS 6552)
FossilOrigin-Name: 057c7d171397e19c8f3ac2362ea45f2b4a50530c
|
|
|
|
|
| |
Ticket #3828. Testing is done in TH3. (CVS 6551)
FossilOrigin-Name: 3ac1b15f552fe005630e43a92fffa6a4abd6675d
|
|
|
|
|
|
|
| |
agreement. Use a more efficient implementation of sqlite3ErrStr().
sqlite3_result_error_code() now calls sqlite3ErrStr() if no prior
error string was set. (CVS 6550)
FossilOrigin-Name: cb9af8293624da35c32077d0f46d5b0cf826dcf5
|
|
|
| |
FossilOrigin-Name: 11b2564e7159168cd0815bb9bc93688586fad1e0
|
|
|
|
|
| |
"pragma foreign_key_list). Fix for #3800. (CVS 6547)
FossilOrigin-Name: 600482d1619c07690b6517ded9655462bdab7538
|
|
|
|
|
|
| |
clients. Added the WHERE_DUPLICATES_OK option to eliminate an unnecessary
RowSet during DELETE with a WHERE clause containing ORs. (CVS 6546)
FossilOrigin-Name: 98606bee9e41b8969fb639fc43864e230185ca43
|
|
|
|
|
| |
necessarily give a single-row result even on a UNIQUE index. Ticket #3824. (CVS 6545)
FossilOrigin-Name: 207335fdbf992a2f5bc5982b3163a38016ba1b21
|
|
|
|
|
| |
Still untested. (CVS 6544)
FossilOrigin-Name: 577277e84a05707b8c21aa08bc5fc314c1ac38ac
|
|
|
|
|
| |
sharing modes in the same manner as os_unix.c. Ticket #3821. (CVS 6542)
FossilOrigin-Name: 18fef3fcf61c137a89a83352f6769ed06845434a
|
|
|
|
|
| |
it to be a standalone module and to support windows. (CVS 6539)
FossilOrigin-Name: e71fb0fb8d83b4453c3c1e84606bf58d04926809
|
|
|
|
|
| |
The column-alias cache is currently disabled, (CVS 6538)
FossilOrigin-Name: dd4d67a67454a3ff13c286a2a8360c5f0432c91d
|
|
|
|
|
| |
regular and virtual tables. (CVS 6537)
FossilOrigin-Name: ecbef45011f1f98d940b2d3492941213d9f04172
|
|
|
|
|
|
| |
pulls the rowid from the deferred seek target and does not actually move
the cursor or do a seek. Other where.c cleanups. (CVS 6536)
FossilOrigin-Name: 1c508a99822caa383e7e24b5d09a9bddd2ee3a00
|
|
|
| |
FossilOrigin-Name: e963bed0fe3ce5fa32f04b930e5ed0956dc2aa47
|
|
|
|
|
|
|
|
| |
addition to its legacy capabilities. Use Rowset to replace Rowhash.
In addition to requiring less code, This removes the 2^32 result row
limitation, uses less memory, and gives better bounds on worst-case
performance. The Rowhash implementation has yet to be removed. (CVS 6534)
FossilOrigin-Name: b101cf70b75c9772aaf50e0eadd0cfa37c84d193
|
|
|
|
|
| |
test_async.c. (CVS 6533)
FossilOrigin-Name: 799d31d99fd18a6f99862433384e37d6747ee5b3
|
|
|
| |
FossilOrigin-Name: 08e71b114087cfddd36c066265982172fcb41c9a
|
|
|
| |
FossilOrigin-Name: 9b30ab7199d8b51bdea8ec7f0410281527623673
|
|
|
| |
FossilOrigin-Name: b8cb4f3e2473afaee7c147a6b3f0972f69391a9a
|
|
|
| |
FossilOrigin-Name: 6f481ceb503c7df74d9417a5a7f019ff56261ea8
|
|
|
|
|
| |
clause. (CVS 6527)
FossilOrigin-Name: f61e4cd93682fd98bea2a71d346f9eaa68454390
|
|
|
|
|
|
|
| |
journal mode, even on a failed attempt to change the journal mode.
Allow the journal mode to be changed as long as there is not a pending
transaction. Ticket #3811. (CVS 6526)
FossilOrigin-Name: 419e320ae51639794335d19699f8e1189e524e7d
|
|
|
|
|
|
| |
effect new SQL statements that are started after the running statement
count reaches zero. Ticket #3815. (CVS 6524)
FossilOrigin-Name: 3182e8bf69eb4e5e4070930cb9c750942b1dc735
|
|
|
|
|
| |
SQLITE_OMIT_DEPRECATED. Ticket #3813. (CVS 6523)
FossilOrigin-Name: 7f17956dfbf3090fd5832378e77bd83a525fed9d
|
|
|
|
|
| |
(CVS 6522)
FossilOrigin-Name: 5b7e3a411a6f2fe296675de9467783f6625cff3f
|
|
|
|
|
| |
(CVS 6521)
FossilOrigin-Name: bd860184909b7a9cc32c59770ebcee0efdc491f0
|
|
|
| |
FossilOrigin-Name: d80822953c2d2f2fd7f6acdd3caa403c0decacc4
|
|
|
|
|
| |
it more easily testable. The functionality should be unchanged. (CVS 6519)
FossilOrigin-Name: bb1a390a3d2f79b27e3ec2514ae00f5b22dbfb06
|
|
|
|
|
| |
in check-in (6517). Ticket #3809. (CVS 6518)
FossilOrigin-Name: 97c6ea2368556b2a9a914ba2322085e312598b15
|
|
|
|
|
|
| |
SQLite to use the math library isnan() function rather than its own homebrew
implementation of isnan(). (CVS 6517)
FossilOrigin-Name: 54d23521c37938b9d98f41f5547975c469c0c8f0
|
|
|
|
|
| |
true. (CVS 6515)
FossilOrigin-Name: fbbc80eaf3bb3726b053d1050104b4ec602eb0c1
|
|
|
| |
FossilOrigin-Name: 6a91ab08a55eacc77f69190e1126326f4da220af
|
|
|
|
|
|
| |
to the nearest millisecond rather than truncating downward to the next
smaller millisecond. Ticket #3808. (CVS 6512)
FossilOrigin-Name: e6e036b345b130c207716c4b81719b5b7c884a11
|
|
|
|
|
| |
to the right do not dereference non-existant columns in SELECTs on the left. (CVS 6511)
FossilOrigin-Name: 414f340809c487901fa913026a342b19a2956c0a
|
|
|
|
|
| |
even if the initial content strings are empty. Ticket #3806. (CVS 6510)
FossilOrigin-Name: b83fbf15a3920755ed77dc9c91b4f00a86ddb9ac
|
|
|
| |
FossilOrigin-Name: e203ad400dd61431b3e6b8219eb5357b6ca06561
|
|
|
|
|
|
| |
the sqlite3_aggregate_count() function in func.c if the
SQLITE_OMIT_DEPRECATED compile-time option is off. (CVS 6508)
FossilOrigin-Name: c0bba77ae619e709f3fb068526073a4a83cf33b6
|
|
|
|
|
| |
undesirable results (CVS 6506)
FossilOrigin-Name: a117d82dad82bc372bc1e3f1adb9540c1accf851
|
|
|
|
|
| |
the type switch so that there are no untested jumps in the switch. (CVS 6505)
FossilOrigin-Name: d0a8bd6a53c5da0ac6b88818f82c7f7d330b527a
|
|
|
|
|
| |
value being bound comes from a different database connection. (CVS 6504)
FossilOrigin-Name: 3db0c7980668cf38165add13f833863cd00a0cfe
|
|
|
|
|
|
|
| |
changes to
code. (CVS 6503)
FossilOrigin-Name: b0b2b2831cc84d57e90bf587ebed600fa72926e9
|
|
|
|
|
| |
(CVS 6498)
FossilOrigin-Name: 24ff486125b9ad62dd92314b62299093b55fe82b
|