mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix a requirements comment in a test case. No changes to the testcase
itself nor to any code. FossilOrigin-Name: 3ad1f998e5db044849b528c31c4a7e1f3d527320
This commit is contained in:
14
manifest
14
manifest
@ -1,5 +1,5 @@
|
|||||||
C Modify\sscript\smkautoconfamal.sh\sto\suse\sthe\sdownload.html\snaming\sconvention\sfor\sthe\star.gz\sit\screates.
|
C Fix\sa\srequirements\scomment\sin\sa\stest\scase.\s\sNo\schanges\sto\sthe\stestcase\nitself\snor\sto\sany\scode.
|
||||||
D 2013-08-23T12:04:52.472
|
D 2013-08-23T16:47:40.403
|
||||||
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
||||||
F Makefile.in 5e41da95d92656a5004b03d3576e8b226858a28e
|
F Makefile.in 5e41da95d92656a5004b03d3576e8b226858a28e
|
||||||
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
||||||
@ -430,7 +430,7 @@ F test/e_dropview.test 0c9f7f60989164a70a67a9d9c26d1083bc808306
|
|||||||
F test/e_expr.test d5cdda0e4ffb17760858ed4c7c4ece07efc40f71
|
F test/e_expr.test d5cdda0e4ffb17760858ed4c7c4ece07efc40f71
|
||||||
F test/e_fkey.test 17cfb40002d165299681f39aac0cb5890c359935
|
F test/e_fkey.test 17cfb40002d165299681f39aac0cb5890c359935
|
||||||
F test/e_fts3.test 5c02288842e4f941896fd44afdef564dd5fc1459
|
F test/e_fts3.test 5c02288842e4f941896fd44afdef564dd5fc1459
|
||||||
F test/e_insert.test ea84688f3b27a6a3728e4ae7a7d9ad342579d7a4
|
F test/e_insert.test 291e056e1a442a5e5166a989a8a03a46e38225ca
|
||||||
F test/e_reindex.test e175794fc41f8e8aef34772e87a7d7b7a9251dd3
|
F test/e_reindex.test e175794fc41f8e8aef34772e87a7d7b7a9251dd3
|
||||||
F test/e_resolve.test dcce9308fb13b934ce29591105d031d3e14fbba6
|
F test/e_resolve.test dcce9308fb13b934ce29591105d031d3e14fbba6
|
||||||
F test/e_select.test f2358d074bd82240bc79a8348f284a2a8909dc1f
|
F test/e_select.test f2358d074bd82240bc79a8348f284a2a8909dc1f
|
||||||
@ -1105,7 +1105,7 @@ F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
|
|||||||
F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
|
F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
|
||||||
F tool/wherecosttest.c f407dc4c79786982a475261866a161cd007947ae
|
F tool/wherecosttest.c f407dc4c79786982a475261866a161cd007947ae
|
||||||
F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
|
F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
|
||||||
P 0775501acf152dcbf4dd039f4511f3d8c4330d85
|
P 375b4e3db0e0c9e83034d1c33d7c57aca48e87b6
|
||||||
R e95e6e128eddba46b6b516dee3fbd030
|
R 63354ed06838fc047a69a4fb2515af7d
|
||||||
U dan
|
U drh
|
||||||
Z 71e5fab2050f36808034c145f357ce22
|
Z 918c3a008ddcf66955748a419dc94791
|
||||||
|
@ -1 +1 @@
|
|||||||
375b4e3db0e0c9e83034d1c33d7c57aca48e87b6
|
3ad1f998e5db044849b528c31c4a7e1f3d527320
|
@ -191,8 +191,8 @@ do_insert_tests e_insert-1.3 {
|
|||||||
3b "SELECT * FROM a2 WHERE oid=last_insert_rowid()" {2 x y}
|
3b "SELECT * FROM a2 WHERE oid=last_insert_rowid()" {2 x y}
|
||||||
}
|
}
|
||||||
|
|
||||||
# EVIDENCE-OF: R-44710-64652 If a column-list is specified, then the
|
# EVIDENCE-OF: R-09234-17933 If a column-list is specified, then the
|
||||||
# number of values in each term of the VALUS list must match the number
|
# number of values in each term of the VALUE list must match the number
|
||||||
# of specified columns.
|
# of specified columns.
|
||||||
#
|
#
|
||||||
do_insert_tests e_insert-1.4 -error {
|
do_insert_tests e_insert-1.4 -error {
|
||||||
|
Reference in New Issue
Block a user