Update evidence marks on SELECT tests. Comment changes only.

No changes to code or tests.

FossilOrigin-Name: 1973d80e474cb95d053e04415b22154897d4d710
This commit is contained in:
drh 2014-01-30 17:47:02 +00:00
parent 9a2555f538
commit bb44b3de39
3 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
C Fix\srequirements\smarks\sonly.\s\sNo\schanges\sto\scode\sor\stests.
D 2014-01-30T15:03:50.330
C Update\sevidence\smarks\son\sSELECT\stests.\s\sComment\schanges\sonly.\nNo\schanges\sto\scode\sor\stests.
D 2014-01-30T17:47:02.916
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 2ef13430cd359f7b361bb863504e227b25cc7f81
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@ -444,7 +444,7 @@ F test/e_fts3.test 5c02288842e4f941896fd44afdef564dd5fc1459
F test/e_insert.test 1e44f84d2abe44d66e4fbf198be4b20e3cc724a0
F test/e_reindex.test 396b7b4f0a66863b4e95116a67d93b227193e589
F test/e_resolve.test dcce9308fb13b934ce29591105d031d3e14fbba6
F test/e_select.test d159f8b9f4489e6f8ca070b2ca9979206856eb11
F test/e_select.test 52692ff3849541e828ad4661fe3773a9b8711763
F test/e_select2.test aceb80ab927d46fba5ce7586ebabf23e2bb0604f
F test/e_update.test 312cb8f5ccfe41515a6bb092f8ea562a9bd54d52
F test/e_uri.test a2c92d80093a7efdcfbb11093651cbea87097b6b
@ -1152,7 +1152,7 @@ F tool/vdbe-compress.tcl 0cf56e9263a152b84da86e75a5c0cdcdb7a47891
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh d1a6de74685f360ab718efda6265994b99bbea01
F tool/win/sqlite.vsix 030f3eeaf2cb811a3692ab9c14d021a75ce41fff
P 8560091e85f2f99a24810648868bf2e081c32698
R 910df673e4073912e875417aedade94a
P 4a34378b9b02e463081729186dcb9b0404dbcd06
R 449df259d7d735d626dd09fd972693fc
U drh
Z d92a31ea54cc58b07b68e352bd02fd37
Z a5152c6e4bb0fbba75e0ba888180a1b9

View File

@ -1 +1 @@
4a34378b9b02e463081729186dcb9b0404dbcd06
1973d80e474cb95d053e04415b22154897d4d710

View File

@ -813,8 +813,8 @@ do_select_tests e_select-4.1 {
}
}
# EVIDENCE-OF: R-61869-22578 It is an error to use a "*" or "alias.*"
# expression in any context other than than a result expression list.
# EVIDENCE-OF: R-38023-18396 It is an error to use a "*" or "alias.*"
# expression in any context other than a result expression list.
#
# EVIDENCE-OF: R-44324-41166 It is also an error to use a "*" or
# "alias.*" expression in a simple SELECT query that does not have a
@ -1007,12 +1007,12 @@ do_execsql_test e_select-4.9.0 {
INSERT INTO b3 VALUES('dEF', 'dEF');
} {}
# EVIDENCE-OF: R-57754-57109 If the SELECT statement is an aggregate
# EVIDENCE-OF: R-07284-35990 If the SELECT statement is an aggregate
# query with a GROUP BY clause, then each of the expressions specified
# as part of the GROUP BY clause is evaluated for each row of the
# dataset. Each row is then assigned to a "group" based on the results;
# rows for which the results of evaluating the GROUP BY expressions are
# the same are assigned to the same group.
# the same get assigned to the same group.
#
# These tests also show that the following is not untrue:
#