Home
last modified time | relevance | path

Searched refs:written (Results 1 – 25 of 84) sorted by relevance

1234

/sqlite-3.40.0/doc/
H A Dpager-invariants.txt2 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 Dvfs-shm.txt87 (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 Dcrash.test124 # 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 Dcrash5.test72 # 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 Dcrash8.test79 # 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 Dpageropt.test118 # 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 Dwalhook.test89 # 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 Dtempdb2.test39 # 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 Dio.test77 # 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 Dfts3shared.test81 # 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 Dincrvacuum2.test141 # written to the journal or wal file. This is not necessary. Only the
151 # In this case pages written are:
H A Dwalcksum.test208 # 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 De_blobwrite.test114 # 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 Dfts3fault.test38 # after it has been written to.
44 INSERT INTO t1 VALUES(' after it has been written');
H A De_wal.test23 # 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 Dsuperlock.test80 # 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 Dtkt3731.test21 # The tests in this file were written before SQLite supported recursive
H A Dwal4.test52 # deleted. In no case should the database file have been written, so
H A Dindexfault.test171 # 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 Dtest_hexio.c158 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 Dfts5vocab2.test238 # 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 Dfts5ab.test189 # 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 DREADME35 can be read and written.
/sqlite-3.40.0/
H A Dmagic.txt11 # INTEGER can be any signed 32-bit integer. That integer is written as
/sqlite-3.40.0/autoconf/tea/
H A DREADME35 VC++ makefile are written in the first part of the Makefile.vc

1234