Documentation updates. No changes to code.

FossilOrigin-Name: a8a1a639fe441a533b11ada7368b2200edea7a05
This commit is contained in:
drh 2011-12-23 20:49:26 +00:00
parent 4e5e108e83
commit 4eaff93e4b
3 changed files with 11 additions and 14 deletions

View File

@ -1,5 +1,5 @@
C Avoid\sexcess\ssyncs\swhen\spadding\sa\stransaction\sin\sa\sWAL.
D 2011-12-23T13:32:07.917
C Documentation\supdates.\s\sNo\schanges\sto\scode.
D 2011-12-23T20:49:26.881
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 5b4a3e12a850b021547e43daf886b25133b44c07
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@ -182,7 +182,7 @@ F src/resolve.c 3d3e80a98f203ac6b9329e9621e29eda85ddfd40
F src/rowset.c 69afa95a97c524ba6faf3805e717b5b7ae85a697
F src/select.c a1d075db66a0ea42807353501b62997969e5be79
F src/shell.c aa4183d4a5243d8110b1d3d77faa4aea7e9c9c2d
F src/sqlite.h.in 3d1a77e27b9d9979fb7ec84834a8423602d29dc5
F src/sqlite.h.in c78aa4b9e0eba0e671fdbef13d8d07125c504a32
F src/sqlite3ext.h 6904f4aadf976f95241311fbffb00823075d9477
F src/sqliteInt.h b8fdd9c39c8d7f5c794f4ea917293d9c75b9aff2
F src/sqliteLimit.h 164b0e6749d31e0daa1a4589a169d31c0dec7b3d
@ -986,7 +986,7 @@ F tool/tostr.awk e75472c2f98dd76e06b8c9c1367f4ab07e122d06
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
F tool/warnings-clang.sh 9f406d66e750e8ac031c63a9ef3248aaa347ef2a
F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
P 2370d70eb51d2259aaa8073d861ab79d6637cbd9
R 070cfae8b4f17992d010f84eb7fc87cd
P 1f24ae716df6232de768e245ea990049deee3c22
R 3f80d501a005f63063af2f8ab95e37cd
U drh
Z ce9eb9870fa6375b9586d00c63492f9d
Z 04aada2484a2858d2fcd0e96317998a2

View File

@ -1 +1 @@
1f24ae716df6232de768e245ea990049deee3c22
a8a1a639fe441a533b11ada7368b2200edea7a05

View File

@ -505,13 +505,10 @@ int sqlite3_exec(
** way around. The SQLITE_IOCAP_SEQUENTIAL property means that
** information is written to disk in the same order as calls
** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
** after reboot following a crash or power loss, the value of
** each byte in a file is a value that was actually written
** into that byte at some point. In other words, a crash will
** not cause unwritten bytes of the file to change nor introduce
** randomness into a file nor zero out parts of the file, and any byte of
** a file that are never written will not change values due to
** writes to nearby bytes.
** after reboot following a crash or power loss, the only bytes in a
** file that were written at the application level might have changed
** and that adjacent bytes, even bytes within the same sector are
** guaranteed to be unchanged.
*/
#define SQLITE_IOCAP_ATOMIC 0x00000001
#define SQLITE_IOCAP_ATOMIC512 0x00000002