]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fixes to documentation comments in the public header file.
authormistachkin <mistachkin@noemail.net>
Sun, 22 Jan 2017 02:04:05 +0000 (02:04 +0000)
committermistachkin <mistachkin@noemail.net>
Sun, 22 Jan 2017 02:04:05 +0000 (02:04 +0000)
FossilOrigin-Name: 772dcb08f400f20d4dbfb74df39de78da24ee5fd

manifest
manifest.uuid
src/sqlite.h.in

index 09f825982afef7bf4ddb515625b7d87f9da367f9..0ba3b67a5d6eb30bbd158788c1668fd73e86f1a8 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\san\sinitialized\svariable\sin\skvtest.
-D 2017-01-22T00:11:07.052
+C Fixes\sto\sdocumentation\scomments\sin\sthe\spublic\sheader\sfile.
+D 2017-01-22T02:04:05.790
 F Makefile.in 41bd4cad981487345c4a84081074bcdb876e4b2e
 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
 F Makefile.msc b8ca53350ae545e3562403d5da2a69cec79308da
@@ -392,7 +392,7 @@ F src/resolve.c f9bc0de45a30a450da47b3766de00be89bf9be79
 F src/rowset.c 7b7e7e479212e65b723bf40128c7b36dc5afdfac
 F src/select.c 3856db523b942062bca8722ba03b61c324ff94d6
 F src/shell.c 6095531aa900decdaa765e0f3993fba7153c92c1
-F src/sqlite.h.in e71655293c9bde26939496f3aac9d1821d2c07a2
+F src/sqlite.h.in 1971ab9709e010d52a02a1a6276d5a2f9b947476
 F src/sqlite3.rc 5121c9e10c3964d5755191c80dd1180c122fc3a8
 F src/sqlite3ext.h 8648034aa702469afb553231677306cc6492a1ae
 F src/sqliteInt.h 525c061ae9aafc8d4720a018d82f0936d9eee5ab
@@ -1547,7 +1547,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
 F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P 347df3c1fd7322e7aacaf1e9f8be81830947c482
-R 47630561b257ab51d84219dbb1624512
-U drh
-Z d718277d52e4c47c008f4f640e1286d7
+P ed62c5a6562262709128099f757ae60807a930d7
+R 46519c248d38b7b1891c031deb62dd78
+U mistachkin
+Z c8163604b14219f9ecc118cfce9ce251
index b5d52cb04046b48ded1c6f6f88969b2befe132f1..8d815a1227b3f446e27722cf0e74bb566825ab14 100644 (file)
@@ -1 +1 @@
-ed62c5a6562262709128099f757ae60807a930d7
\ No newline at end of file
+772dcb08f400f20d4dbfb74df39de78da24ee5fd
\ No newline at end of file
index 7d7e70f90194535cc9d31464420ca52875e46d87..87d5d121cbfda711a489f7595d2e2e68e76fa7ff 100644 (file)
@@ -576,7 +576,7 @@ int sqlite3_exec(
 ** 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.  The SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN
-** flag indicate that a file cannot be deleted when open.  The
+** flag indicates that a file cannot be deleted when open.  The
 ** SQLITE_IOCAP_IMMUTABLE flag indicates that the file is on
 ** read-only media and cannot be changed even by processes with
 ** elevated privileges.
@@ -726,6 +726,9 @@ struct sqlite3_file {
 ** <li> [SQLITE_IOCAP_ATOMIC64K]
 ** <li> [SQLITE_IOCAP_SAFE_APPEND]
 ** <li> [SQLITE_IOCAP_SEQUENTIAL]
+** <li> [SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN]
+** <li> [SQLITE_IOCAP_POWERSAFE_OVERWRITE]
+** <li> [SQLITE_IOCAP_IMMUTABLE]
 ** </ul>
 **
 ** The SQLITE_IOCAP_ATOMIC property means that all writes of