]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update a comment in e_createtable.test.
authordan <dan@noemail.net>
Wed, 20 Apr 2011 13:35:44 +0000 (13:35 +0000)
committerdan <dan@noemail.net>
Wed, 20 Apr 2011 13:35:44 +0000 (13:35 +0000)
FossilOrigin-Name: d8b149f5e465f7794739ed0210e1e5c53110ee9a

manifest
manifest.uuid
test/e_createtable.test

index 166c7ddd75970c8590ed117c33a45821b92051e9..bcd5754bbe3fb033e11143bfad5a442049bce14f 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Avoid\spassing\sNULL\sto\sthe\sxOpen\smethod\sof\san\sFTS3/4\stokenizer.
-D 2011-04-19T06:43:22.111
+C Update\sa\scomment\sin\se_createtable.test.
+D 2011-04-20T13:35:44.094
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 7a4d9524721d40ef9ee26f93f9bd6a51dba106f2
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -365,7 +365,7 @@ F test/descidx2.test 9f1a0c83fd57f8667c82310ca21b30a350888b5d
 F test/descidx3.test fe720e8b37d59f4cef808b0bf4e1b391c2e56b6f
 F test/diskfull.test 0cede7ef9d8f415d9d3944005c76be7589bb5ebb
 F test/distinctagg.test 1a6ef9c87a58669438fc771450d7a72577417376
-F test/e_createtable.test b40fc61bc4f1ad2a3c84590bd1d711507263d921
+F test/e_createtable.test 4771686a586b6ae414f927c389b2c101cc05c028
 F test/e_delete.test 55d868b647acc091c261a10b9b0cb0ab660a6acb
 F test/e_droptrigger.test ddd4b28ed8a3d81bd5153fa0ab7559529a2ca03a
 F test/e_dropview.test b347bab30fc8de67b131594b3cd6f3d3bdaa753d
@@ -929,7 +929,7 @@ F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
 F tool/split-sqlite3c.tcl d9be87f1c340285a3e081eb19b4a247981ed290c
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P 3e135748f1efacb52b414b3ac3f4ae2c08bcd8fb
-R a6226e702419163cd5db7bb5053e7329
+P 0dd09fc034c127718366d3a3183e367d2f9fd82d
+R 056a0ea57c930302e35ea6c4f7c5b4b7
 U dan
-Z 2b55d93cd349a17e33ad50a5d9dd90a0
+Z b72241c9e230cb141bfcaf5fbf022480
index 55819abd1a4e9dc2d82de2737c5a1d10e22c2b3a..fde4759710ba6e3d3977e656d8ab678131e6ec95 100644 (file)
@@ -1 +1 @@
-0dd09fc034c127718366d3a3183e367d2f9fd82d
\ No newline at end of file
+d8b149f5e465f7794739ed0210e1e5c53110ee9a
\ No newline at end of file
index c67195ed778a6e3dbc07b9fc76a3cea551da5ce2..f61db1cd6180724322b50f067f8cc453a997eadc 100644 (file)
@@ -989,9 +989,9 @@ do_execsql_test e_createtable-3.7.4 {
   SELECT quote(a), quote(b) FROM t6;
 } {1 2 'X' 3 1 4 'X' 5}
 
-# EVIDENCE-OF: R-18683-56219 If the default value of a column is
-# CURRENT_TIME, CURRENT_DATE or CURRENT_DATETIME, then the value used in
-# the new row is a text representation of the current UTC date and/or
+# EVIDENCE-OF: R-15363-55230 If the default value of a column is
+# CURRENT_TIME, CURRENT_DATE or CURRENT_TIMESTAMP, then the value used
+# in the new row is a text representation of the current UTC date and/or
 # time.
 #
 #     This is difficult to test literally without knowing what time the