Snapshot of upstream SQLite 3.8.8.3

This commit is contained in:
Nick Parker
2015-03-20 09:04:26 -05:00
parent 0b99d5d75c
commit d4954191b9
268 changed files with 22774 additions and 6664 deletions
+4
View File
@@ -205,6 +205,10 @@ test_expr expr-1.125 {i1=6, i2=NULL} \
test_expr expr-1.126 {i1=8, i2=8} \
{CASE WHEN i1 IS NOT i2 THEN 'yes' ELSE 'no' END} no
do_catchsql_test expr-1.127 {
SELECT 1 IS #1;
} {1 {near "#1": syntax error}}
ifcapable floatingpoint {if {[working_64bit_int]} {
test_expr expr-1.200\
{i1=9223372036854775806, i2=1} {i1+i2} 9223372036854775807