]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update requirements marks. No changes to code.
authordrh <drh@noemail.net>
Fri, 8 Aug 2014 18:26:20 +0000 (18:26 +0000)
committerdrh <drh@noemail.net>
Fri, 8 Aug 2014 18:26:20 +0000 (18:26 +0000)
FossilOrigin-Name: 7556bd9aa5db1b9cd92d0e48effcda9fe96f3128

manifest
manifest.uuid
src/resolve.c
test/e_createtable.test
test/e_expr.test

index e2bfea25108b36b8625092dd874adf8b6eaa3f9b..61a8d036f4c4b82d6577491ba2f4d762794febaf 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Improvements\sto\sthe\sway\sthe\squery\splanner\shandles\ssorting\scosts,\sso\sthat\nvery\slarge\ssorting\scosts\sdo\snot\soverwhelm\sthe\sloop\scosts.
-D 2014-08-08T17:49:55.898
+C Update\srequirements\smarks.\s\sNo\schanges\sto\scode.
+D 2014-08-08T18:26:20.575
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 5eb79e334a5de69c87740edd56af6527dd219308
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -220,7 +220,7 @@ F src/pragma.c d10ef67c4de79f78188b965b4b7988aff1d66f2e
 F src/prepare.c 677521ab7132615a8a26107a1d1c3132f44ae337
 F src/printf.c af06f66927919730f03479fed6ae9854f73419f4
 F src/random.c d10c1f85b6709ca97278428fd5db5bbb9c74eece
-F src/resolve.c 5fc110baeacf120a73fe34e103f052632ff11a02
+F src/resolve.c 44e2e434deaef2b41d4410ede695d867deb89886
 F src/rowset.c a9c9aae3234b44a6d7c6f5a3cadf90dce1e627be
 F src/select.c 1529c49075464c5a95fde77314073612b1b8d595
 F src/shell.c 4af71e7f25af6da6debda87dcbd6be37da710916
@@ -442,11 +442,11 @@ F test/descidx3.test 09ddbe3f5295f482d2f8b687cf6db8bad7acd9a2
 F test/diskfull.test 106391384780753ea6896b7b4f005d10e9866b6e
 F test/distinct.test 086e70c765f172e8974e9f83b9ac5ca03c154e77
 F test/distinctagg.test 1a6ef9c87a58669438fc771450d7a72577417376
-F test/e_createtable.test ed82efcedc4b3656b27a5fcd12335cdb7e20eeee
+F test/e_createtable.test 181653f6f45e3adde73f8686600ce5ad7515466b
 F test/e_delete.test d5186e2f5478b659f16a2c8b66c09892823e542a
 F test/e_droptrigger.test 3cd080807622c13e5bbb61fc9a57bd7754da2412
 F test/e_dropview.test 0c9f7f60989164a70a67a9d9c26d1083bc808306
-F test/e_expr.test 5c71d183fbf519a4769fd2e2124afdc70b5b1f42
+F test/e_expr.test 5f4528f3dea1c3c401d19ab1d543ec7959e67464
 F test/e_fkey.test a1783fe1f759e1990e6a11adfcf0702dac4d0707
 F test/e_fts3.test 5c02288842e4f941896fd44afdef564dd5fc1459
 F test/e_insert.test 7b2fa9cd1456f83474d6c5d27db3abaeb8be2023
@@ -1185,8 +1185,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 36b7c5cefcad6bad044806092593c84876fee8bc 43c59c85436dc8001c81f4aac7f5231b13d741cb
-R 1f8265817308d29fd5a420f3d8d1525f
-T +closed 43c59c85436dc8001c81f4aac7f5231b13d741cb
+P bdaa6947371a60a31b6a13267b0ba6e46df2a8ce
+R 72bdb7fa5001d300e89054929fd995d2
 U drh
-Z 45c189f6c18b0be836f726dcb23b5c12
+Z 671dba8d2ee0bfa11f311df8108f5873
index c94e49bd0f8f2904ec79471e9f80d7b26557603f..4ea12bd8dfab6d83319d99a49f37b89e03e7a4a1 100644 (file)
@@ -1 +1 @@
-bdaa6947371a60a31b6a13267b0ba6e46df2a8ce
\ No newline at end of file
+7556bd9aa5db1b9cd92d0e48effcda9fe96f3128
\ No newline at end of file
index ce26f00c665cb8209b8e122bc4ba19f1813904a3..0226d06462d8ea14227b6d358d4a10f7dbb37a4b 100644 (file)
@@ -354,7 +354,7 @@ static int lookupName(
           }
         }
         if( iCol>=pTab->nCol && sqlite3IsRowid(zCol) && HasRowid(pTab) ){
-          /* IMP: R-24309-18625 */
+          /* IMP: R-51414-32910 */
           /* IMP: R-44911-55124 */
           iCol = -1;
         }
index 42fc017e2ab218429a513600faae9d527845fc85..08f606f65b36f9402d7595e404fbd5053c18d360 100644 (file)
@@ -1175,9 +1175,9 @@ do_createtable_tests 4.2 -repair {
 # EVIDENCE-OF: R-59124-61339 Each row in a table with a primary key must
 # have a unique combination of values in its primary key columns.
 #
-# EVIDENCE-OF: R-39102-06737 If an INSERT or UPDATE statement attempts
-# to modify the table content so that two or more rows feature identical
-# primary key values, it is a constraint violation.
+# EVIDENCE-OF: R-06471-16287 If an INSERT or UPDATE statement attempts
+# to modify the table content so that two or more rows have identical
+# primary key values, that is a constraint violation.
 #
 drop_all_tables
 do_execsql_test 4.3.0 {
index a743c0c39066e8ecd006e963e2f25ecf67098ba1..60e345441add789a671a520729fd8a8a8b030d6e 100644 (file)
@@ -450,7 +450,7 @@ do_execsql_test e_expr-10.3.4 { SELECT typeof('isn''t') } {text}
 # containing hexadecimal data and preceded by a single "x" or "X"
 # character.
 #
-# EVIDENCE-OF: R-39344-59787 For example: X'53514C697465'
+# EVIDENCE-OF: R-19836-11244 Example: X'53514C697465'
 #
 do_execsql_test e_expr-10.4.1 { SELECT typeof(X'0123456789ABCDEF') } blob
 do_execsql_test e_expr-10.4.2 { SELECT typeof(x'0123456789ABCDEF') } blob