]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Documentation and evidence mark updates. Remove a redundant assert().
authordrh <drh@noemail.net>
Thu, 7 Jun 2012 17:57:23 +0000 (17:57 +0000)
committerdrh <drh@noemail.net>
Thu, 7 Jun 2012 17:57:23 +0000 (17:57 +0000)
FossilOrigin-Name: cfcbf9375fddd0aae0dd17bdc76a710ab77ef667

manifest
manifest.uuid
src/sqlite.h.in
src/vdbe.c
test/e_uri.test

index 7bf666d978fa1e938be3a323e33d77b776000dc5..c259a51bfc37fcb2de4ef5705d7966da32ef3083 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sa\sproblem\spreventing\sa\sshared\sin-memory\sdatabase\sfrom\sbeing\sattached\sto\sa\sread-only\sconnection.
-D 2012-06-07T17:16:04.548
+C Documentation\sand\sevidence\smark\supdates.\s\sRemove\sa\sredundant\sassert().
+D 2012-06-07T17:57:23.952
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 4f37eb61be9d38643cdd839a74b8e3bad724cfcf
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -180,7 +180,7 @@ F src/resolve.c b3c70ab28cac60de33684c9aa9e5138dcf71d6dd
 F src/rowset.c f6a49f3e9579428024662f6e2931832511f831a1
 F src/select.c f6c4833c4d8e94714761d99013d74f381e084f1d
 F src/shell.c c16f72e34f611f060546709564c121a67cb2b31b
-F src/sqlite.h.in f801a04e1ebd1c7f958017661545422ada06b9ce
+F src/sqlite.h.in 39f041ce71a0d994e2487014fc9e8721595f5bc0
 F src/sqlite3ext.h 6904f4aadf976f95241311fbffb00823075d9477
 F src/sqliteInt.h 29b5348f0056d9b46d0bb94d4853db21568afde9
 F src/sqliteLimit.h 164b0e6749d31e0daa1a4589a169d31c0dec7b3d
@@ -239,7 +239,7 @@ F src/update.c d3076782c887c10e882996550345da9c4c9f9dea
 F src/utf.c 890c67dcfcc7a74623c95baac7535aadfe265e84
 F src/util.c 4f6cfad661b2e3454b0cdd5b1b9d39a54942d0e3
 F src/vacuum.c 587a52bb8833d7ac15af8916f25437e2575028bd
-F src/vdbe.c 76ae5ef2a0227681c3808ce20fe2d8b194bac634
+F src/vdbe.c f5ad3c06dc3fe647097065829c013f3f1b9eadca
 F src/vdbe.h 18f581cac1f4339ec3299f3e0cc6e11aec654cdb
 F src/vdbeInt.h 6ff4180a05683566a8835d12f7ec504b22932c82
 F src/vdbeapi.c 3662b6a468a2a4605a15dfab313baa6dff81ad91
@@ -389,7 +389,7 @@ F test/e_resolve.test dcce9308fb13b934ce29591105d031d3e14fbba6
 F test/e_select.test f5d4b81205701deacfae42051ae200969c41d2c0
 F test/e_select2.test 5c3d3da19c7b3e90ae444579db2b70098599ab92
 F test/e_update.test 161d5dc6a3ed9dd08f5264d13e20735d7a89f00c
-F test/e_uri.test 32b8e0b99a0e215f25996516c64b90c525810d02
+F test/e_uri.test 9e190ca799d9190eec6e43f2aadf1d10c06a57a3
 F test/e_vacuum.test 331da289ae186656cf5f2eb27f577a89c0c221af
 F test/enc.test e54531cd6bf941ee6760be041dff19a104c7acea
 F test/enc2.test 796c59832e2b9a52842f382ffda8f3e989db03ad
@@ -1005,7 +1005,7 @@ F tool/tostr.awk e75472c2f98dd76e06b8c9c1367f4ab07e122d06
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
-P e56fb462aa1f11bb23303ae0dc62815c21e26a52
-R c4a4e9b18038a632e311884087895d83
-U dan
-Z 4c745cb080fa9884975801ad4cff0525
+P 7caca1939ce70d5b14ae8ca8ff6afb62f8aff361
+R 7d7d8055ffab93415bb0679c51b1e783
+U drh
+Z 4e021c1abd989c10ef460664cb392a3f
index b58a677494c9d18bd28fdc2a22350b4ddf5f660b..04a75c4fc132e3d63b12c4744aea3a79992a5fa6 100644 (file)
@@ -1 +1 @@
-7caca1939ce70d5b14ae8ca8ff6afb62f8aff361
\ No newline at end of file
+cfcbf9375fddd0aae0dd17bdc76a710ab77ef667
\ No newline at end of file
index 19ada7d90a9f9a342520d3b010e7b9560f253c41..f273937ca517a629568ffeb4746e9e848174c47f 100644 (file)
@@ -4453,11 +4453,12 @@ SQLITE_EXTERN char *sqlite3_temp_directory;
 ** ^(If this global variable is made to point to a string which is
 ** the name of a folder (a.k.a. directory), then all database files
 ** specified with a relative pathname and created or accessed by
-** SQLite when using a built-in [sqlite3_vfs | VFS] will be assumed
+** SQLite when using a built-in windows [sqlite3_vfs | VFS] will be assumed
 ** to be relative to that directory.)^ ^If this variable is a NULL
 ** pointer, then SQLite assumes that all database files specified
 ** with a relative pathname are relative to the current directory
-** for the process.
+** for the process.  Only the windows VFS makes use of this global
+** variable; it is ignored by the unix VFS.
 **
 ** Changing the value of this variable while a database connection is
 ** open can result in a corrupt database.
index 2432d5b3a78fbf666de6c44c51c1997d0e4824b3..19c0255b8f2cd74335bf83b64a5b1460e42558fe 100644 (file)
@@ -4214,7 +4214,6 @@ case OP_RowData: {
   assert( pC!=0 );
   assert( pC->nullRow==0 );
   assert( pC->pseudoTableReg==0 );
-  assert( !pC->isSorter );
   assert( pC->pCursor!=0 );
   pCrsr = pC->pCursor;
   assert( sqlite3BtreeCursorIsValid(pCrsr) );
index 428c266256feb17b56c657cea52c7e164feb02ca..8c9949ef33e79e75a6c5b75e23c68ac717fe94f7 100644 (file)
@@ -241,9 +241,9 @@ do_test 6.1 {
 } {no such vfs: nosuchvfs}
 
 
-# EVIDENCE-OF: R-60479-64270 The mode parameter may be set to either
-# "ro", "rw" or "rwc". Attempting to set it to any other value is an
-# error
+# EVIDENCE-OF: R-44013-13102 The mode parameter may be set to either
+# "ro", "rw", "rwc", or "memory". Attempting to set it to any other
+# value is an error
 #
 sqlite3 db test.db
 db close
@@ -308,10 +308,9 @@ foreach {tn uri read write create} {
   catch {db close}
 }
 
-# EVIDENCE-OF: R-56032-32287 If sqlite3_open_v2() is used, it is an
-# error to specify a value for the mode parameter that is less
-# restrictive than that specified by the flags passed as the third
-# parameter.
+# EVIDENCE-OF: R-20590-08726 It is an error to specify a value for the
+# mode parameter that is less restrictive than that specified by the
+# flags passed in the third parameter to sqlite3_open_v2().
 #
 forcedelete test.db
 sqlite3 db test.db