mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Update evidence marks for the latest changes to the documentation.
FossilOrigin-Name: 19247e919fab9748cae561cb12c4c3c106064390a37e32e724d9a9066cfaff8e
This commit is contained in:
@@ -265,13 +265,10 @@ do_execsql_test e_expr-6.4 {SELECT -72%5} {-2}
|
||||
do_execsql_test e_expr-6.5 {SELECT 72.35%5} {2.0}
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
# Test that the results of all binary operators are either numeric or
|
||||
# NULL, except for the || operator, which may evaluate to either a text
|
||||
# value or NULL.
|
||||
#
|
||||
# EVIDENCE-OF: R-20665-17792 The result of any binary operator is either
|
||||
# a numeric value or NULL, except for the || concatenation operator
|
||||
# which always evaluates to either NULL or a text value.
|
||||
# EVIDENCE-OF: R-15904-00746 The result of any binary operator is either
|
||||
# a numeric value or NULL, except for the || concatenation operator, and
|
||||
# the -> and ->> extract operators which evaluate to either
|
||||
# NULL or a text value.
|
||||
#
|
||||
set literals {
|
||||
1 'abc' 2 'hexadecimal' 3 ''
|
||||
|
@@ -48,9 +48,9 @@ proc do_detail_test {tn sql res} {
|
||||
###########################################################################
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
# EVIDENCE-OF: R-33710-56344 In order to use foreign key constraints in
|
||||
# EVIDENCE-OF: R-37672-59189 In order to use foreign key constraints in
|
||||
# SQLite, the library must be compiled with neither
|
||||
# SQLITE_OMIT_FOREIGN_KEY or SQLITE_OMIT_TRIGGER defined.
|
||||
# SQLITE_OMIT_FOREIGN_KEY nor SQLITE_OMIT_TRIGGER defined.
|
||||
#
|
||||
ifcapable trigger&&foreignkey {
|
||||
do_test e_fkey-1 {
|
||||
|
Reference in New Issue
Block a user