dan
|
00bd55e1ae
|
Allow "main" to be used to refer to the main database even after SQLITE_DBCONFIG_MAINDBNAME has been used to assign another alias.
FossilOrigin-Name: 75c85ca32f9ae4a28fd8f8ff2f7639599413d22af706e9799a0e76cc560d14eb
|
2020-03-20 20:54:28 +00:00 |
|
mistachkin
|
33fc27790a
|
Fix segfault in 'eval.c' extension when used with 'empty_result_callbacks'.
FossilOrigin-Name: e8b87bd4954437041139344d6d1ce3e4aace40ea6891b70f9c20cd95671270e7
|
2018-04-04 12:21:33 +00:00 |
|
drh
|
da84dcae54
|
Add the SQLITE_DBCONFIG_MAINDBNAME interface.
FossilOrigin-Name: d6e3d5796c9991ca0af45ed92ce36f55efc02348
|
2016-08-18 22:44:22 +00:00 |
|
drh
|
26bcc7cf40
|
Ephemeral tables used to hold manifested views may not be unordered since
they might be subject to an ordered comparison if they are part of a join.
FossilOrigin-Name: 3ef6a3153267d5328202fea24fd29ff4d5409295
|
2016-02-26 04:13:39 +00:00 |
|
dan
|
2b8669a9da
|
Avoid calling sqlite3BtreeKeysize() on a b-tree cursor in SKIPNEXT or SKIPPREV state.
FossilOrigin-Name: 54e7d3fcb1ab21c03ffef1af93ae029a2901098a
|
2014-11-17 19:42:48 +00:00 |
|
drh
|
47b7fc7843
|
Experimental changes that permit read operations to continue after a
ROLLBACK, as long as the schema is unchanged.
FossilOrigin-Name: fa6e6a9ae276cad60e9a4abc1bc23cf2809ea786
|
2014-11-11 01:33:57 +00:00 |
|
drh
|
de58f4fe7f
|
New test cases for deleting content out from under a SELECT statement.
FossilOrigin-Name: 8289c3e9b47f7c2a606a88839f6bf615f8904ac2
|
2014-11-10 19:16:59 +00:00 |
|
drh
|
1728bcb07f
|
Add the eval() SQL function extension in ext/misc/eval.c.
FossilOrigin-Name: 27cf665b957f2c0ced403e3032099e80c295598f
|
2014-11-10 16:49:56 +00:00 |
|