dan
|
09236755ee
|
Fix a problem reading from temp databases in SQLITE_DIRECT_OVERFLOW_READ
builds.
FossilOrigin-Name: 81629ba91475938b6ad528e7b1dbef4ad22239782bb2e9c1bb59413aba11da87
|
2018-11-22 19:10:14 +00:00 |
|
dan
|
22f60b847c
|
Fix a few small test script issues affecting SQLITE_TEMP_STORE=3 builds.
FossilOrigin-Name: e171f3722f78c58d2f20443e3bbcce2bd9701b8537f6e8d482ae804154d7a17f
|
2018-04-03 17:05:13 +00:00 |
|
drh
|
e0a04a36a6
|
All temp.sqlite_master to be used as an alias for sqlite_temp_master.
FossilOrigin-Name: 8d646905b830d5bb29092e103ac5cb499b3c7e5a
|
2016-12-16 01:00:21 +00:00 |
|
dan
|
c88ae52d86
|
Disable the PagerDontWrite() optimization for temp tables. It can cause database corruption if a page passed to PagerDontWrite() is dirty at the start of a transaction that is subsequently rolled back.
FossilOrigin-Name: 6341ab2ffef298ca16b323358afbea4a4c1fb0e1
|
2016-05-04 11:28:03 +00:00 |
|