dan
|
d956efebea
|
Rearrange some code in OP_JournalMode to avoid incorrect returns from subsequent invocations of "PRAGMA journal_mode" following an IO error.
FossilOrigin-Name: ce0a4a9b5f981d066822a9ae63740c91b35bfc60
|
2010-06-18 16:13:45 +00:00 |
|
shaneh
|
a10069dd22
|
Updates for to WAL TCL test scripts to support running on Windows.
FossilOrigin-Name: 6a5630806c87b0f4e5632c37c357f98effd9608a
|
2010-05-11 02:46:16 +00:00 |
|
dan
|
5cf53537a8
|
Support compile-time option SQLITE_OMIT_WAL, for building without WAL support.
FossilOrigin-Name: 9b230c43dfa112e3e1589f9775926807bd36b36e
|
2010-05-01 16:40:20 +00:00 |
|
drh
|
057f1ecddb
|
Fix a typo in the walmode.test test script introducted yesterday.
FossilOrigin-Name: dcabc90ca588281fa7a290972ec8af6816932489
|
2010-05-01 11:33:13 +00:00 |
|
drh
|
d80b233850
|
Do not allow journal_mode=WAL if the underlying VFS does not support xShmOpen.
FossilOrigin-Name: d1fcccecdc8e9ac5d0d022914e51c545f4e1b04f
|
2010-05-01 00:59:37 +00:00 |
|
dan
|
e180c296ea
|
Do not attempt to set journal_mode=wal on :memory: or temp file databases.
FossilOrigin-Name: 30d0134454734fd9335896372c30a903e9adcc64
|
2010-04-26 17:42:56 +00:00 |
|
dan
|
ede6eb8d1d
|
Further tests and changes related to switching between WAL and rollback modes.
FossilOrigin-Name: 1236318477787a612f02cc98caf2931bd2e99d94
|
2010-04-22 06:27:04 +00:00 |
|
dan
|
b978002743
|
Tests for (and changes to) the code to switch between WAL and rollback modes.
FossilOrigin-Name: 9f4f933f2c6596064fcfc7fb5add87e8c5b57448
|
2010-04-21 18:37:57 +00:00 |
|
dan
|
e04dc88be5
|
Use the read and write version fields of the database header to mark a database as operating in wal-mode.
FossilOrigin-Name: 96bef18c1411c3e0348295886f105e1646c46320
|
2010-04-20 18:53:15 +00:00 |
|