| /sqlite-3.40.0/doc/ |
| H A D | pager-invariants.txt | 2 automatically as soon as it is written when PRAGMA synchronous=OFF. 10 the transaction has been written into the rollback journal and 27 (2) The content of a page written into the rollback journal exactly matches 28 both the content in the database when the rollback journal was written
|
| H A D | vfs-shm.txt | 87 (7) No part of the wal-index other than the header will be written nor 91 (8) The wal-index header will not be written without holding one of
|
| /sqlite-3.40.0/test/ |
| H A D | crash.test | 124 # written to the database file before a transaction is committed due to 344 # The old page 4 data has been written to the journal file, but the 348 # 5: Put pressure on the pager-cache. This results in page 4 being written 350 # bug was that page 4 was written to the database file before the journal 354 # End result: Before the bug was fixed, data has been written to page 4 of the 375 # is being written. This is mainly to test that all pages are written to the
|
| H A D | crash5.test | 72 # been safely synced into the journal. If the page is written 73 # to later in the transaction, it may be written out to the database 85 # page 4 is among those written.
|
| H A D | crash8.test | 79 # was written to the file. It then opens a second transaction and makes 81 # written to the journal file. The second change is such that the 82 # journal content written to the persistent journal file exactly overwrites 83 # the first journal-header and set of subsequent records written by the 89 # and subsequent journal-headers written by the first, successful, change.
|
| H A D | pageropt.test | 118 # Pages written are page 1 (for the freelist pointer), the root page 182 # pages need to be journalled. But 13 pages need to be written: 197 # freelist need to be journalled and written back.
|
| H A D | walhook.test | 89 # Check that transactions are written to the log file until it contains at 91 # are written into the start of the log file.
|
| H A D | tempdb2.test | 39 # If the PagerDontWrite() calls are honoured and the data is not written 42 # will be safely written out to disk before the cache entries are
|
| H A D | io.test | 77 # INSERT causes 2 db pages to be written - the root-page of "abc" 93 # are written to the db file - the two leaf pages, the root 151 # written because page 1 - the change-counter page - is written using 480 # written to the database, even though the sync-mode is "full". 522 # at least 4 cache-spills. If there were no journal headers written
|
| H A D | fts3shared.test | 81 # table is first read/written within a transaction, not later on. 100 # Test that once [dbW] has written to the FTS table, no client may read
|
| H A D | incrvacuum2.test | 141 # written to the journal or wal file. This is not necessary. Only the 151 # In this case pages written are:
|
| H A D | walcksum.test | 208 # Following recovery, any frames written to the log should use the same 262 # Run a checkpoint on the database file. Then, check that any frames written 292 # back after frames are written to the WAL, and then (after writing some
|
| H A D | e_blobwrite.test | 114 # the end of the BLOB, SQLITE_ERROR is returned and no data is written. 127 # SQLITE_ERROR is returned and no data is written.
|
| H A D | fts3fault.test | 38 # after it has been written to. 44 INSERT INTO t1 VALUES(' after it has been written');
|
| H A D | e_wal.test | 23 # written even if shared memory is unavailable as long as the 27 # created, read, and written by legacy VFSes that lack the "version 2"
|
| H A D | superlock.test | 80 # At this point the WAL file consists of a single frame only - written 82 # of two frames - the frame written by 3.1 and a padding frame.
|
| H A D | tkt3731.test | 21 # The tests in this file were written before SQLite supported recursive
|
| H A D | wal4.test | 52 # deleted. In no case should the database file have been written, so
|
| H A D | indexfault.test | 171 # file (and written into the temporary b-tree), sqlite3_release_memory() 270 # file (and written into the temporary b-tree), sqlite3_release_memory() is
|
| /sqlite-3.40.0/src/ |
| H A D | test_hexio.c | 158 int nIn, nOut, written; in hexio_write() local 185 written = (int)fwrite(aOut, 1, nOut, out); in hexio_write() 188 Tcl_SetObjResult(interp, Tcl_NewIntObj(written)); in hexio_write()
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5vocab2.test | 238 # Check that the fts5 table cannot be written while there are vocab 260 # Check that the fts5 table cannot be written while there are vocab
|
| H A D | fts5ab.test | 189 # a new segment is written to level L, but the oldest segment within level 228 # Test also the other type of segment promotion - when a new segment is written
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | README | 35 can be read and written.
|
| /sqlite-3.40.0/ |
| H A D | magic.txt | 11 # INTEGER can be any signed 32-bit integer. That integer is written as
|
| /sqlite-3.40.0/autoconf/tea/ |
| H A D | README | 35 VC++ makefile are written in the first part of the Makefile.vc
|