]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Changes to comments in sqlite3ota.h.
authordan <dan@noemail.net>
Fri, 21 Nov 2014 11:22:11 +0000 (11:22 +0000)
committerdan <dan@noemail.net>
Fri, 21 Nov 2014 11:22:11 +0000 (11:22 +0000)
FossilOrigin-Name: 14139542b68fbf01632a1b149cd6fca4bb01efa6

ext/ota/sqlite3ota.h
manifest
manifest.uuid

index 4d7fa2a2ba2fc1e2fccfe066a7e7dd737fc37c45..8a201f25bd34da569ccca63e6fedeb7c1fb2f722 100644 (file)
 **
 **   * INSERT statements may not use any default values.
 **
-**   * UPDATE and DELETE statements must identify their target rows by
-**     real PRIMARY KEY values - i.e. INTEGER PRIMARY KEY columns or 
-**     by the PRIMARY KEY columns of WITHOUT ROWID tables.
+**   * Non-virtual tables that do not have declared primary keys may not 
+**     be updated. UPDATE and DELETE statements must identify their target 
+**     rows by PRIMARY KEY values. 
 **
-**   * UPDATE statements may not modify real PRIMARY KEY columns.
+**   * UPDATE statements may not modify PRIMARY KEY columns.
 **
 **   * No triggers will be fired.
 **
index f64d688e27f20fd53408da6fa4c521385cbb260c..3c75754c182041520a2e04a34a5745a752d49030 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\ssupport\sfor\supdating\svirtual\stables\svia\sota.
-D 2014-11-21T10:46:23.101
+C Changes\sto\scomments\sin\ssqlite3ota.h.
+D 2014-11-21T11:22:11.959
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in cf57f673d77606ab0f2d9627ca52a9ba1464146a
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -135,7 +135,7 @@ F ext/ota/ota8.test cd70e63a0c29c45c0906692827deafa34638feda
 F ext/ota/ota9.test d9ad30ccb4e08f878e382876fe67752309538af9
 F ext/ota/otafault.test be02466863015a583cc0ceb6aca871a5e6f7a71b
 F ext/ota/sqlite3ota.c 07ef7b72358ed422b69a10e4702ab131041e2896
-F ext/ota/sqlite3ota.h 8c09973d27fba7fa34f2d1bf0606d2bd420fe123
+F ext/ota/sqlite3ota.h 04577b00c456aacb99be9c8b55572a6e3ca9aa27
 F ext/rtree/README 6315c0d73ebf0ec40dedb5aa0e942bc8b54e3761
 F ext/rtree/rtree.c 57bec53e1a677ab74217fe1f20a58c3a47261d6b
 F ext/rtree/rtree.h 834dbcb82dc85b2481cde6a07cdadfddc99e9b9e
@@ -1219,7 +1219,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P c64dcd1788f5cc7db197a0ec4ab0981f34a72c6b
-R 5a2fe82c5b487561e46e520bd6653b40
+P 4dfcfe543945aa60a7ac397a3bdb0ac9e20ef7b6
+R ce2cc26848888f59033084d0ff8b06d9
 U dan
-Z b7e67cf183a3b3e32028fa6f7bcf265c
+Z 059883a58f80da6dc602fa5f1d52e4f7
index 2901801d1e85f47b9fca328599fba2afe2f5ddd9..ba0bea74662e2a75cdd73b3a818f792920f5a93b 100644 (file)
@@ -1 +1 @@
-4dfcfe543945aa60a7ac397a3bdb0ac9e20ef7b6
\ No newline at end of file
+14139542b68fbf01632a1b149cd6fca4bb01efa6
\ No newline at end of file