Skip to content

Commit 56fa672

Browse files
committed
False positive
1 parent da09cc2 commit 56fa672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Mysql/Data/KnownFailures.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ trait KnownFailures
636636
"-- error ER_NOT_SUPPORTED_YET\ncreate index i1 on t1((cast(f1->\"\$\" as YEAR array)));" => Valid::NO,
637637
"-- error ER_NOT_SUPPORTED_YET\nCREATE TABLE t_copy AS SELECT * FROM t;" => Valid::NO,
638638
"-- error ER_NOT_SUPPORTED_YET\nSELECT JSON_SCHEMA_VALID('{\n \"type\": \"object\",\n \"properties\": { \"\$ref\": \"http://example.com\" }\n}','\n{\n \"latitude\": 63.444697\n}') AS invalid;" => Valid::NO,
639+
"-- error ER_NOT_SUPPORTED_YET\nCREATE TABLE t(x INT, KEY k ((1 AND CAST(JSON_ARRAY(x) AS UNSIGNED ARRAY))));" => Valid::NO,
639640
"-- error ER_PARSE_ERROR\nSELECT JSON_VALUE('{}', NULL);" => Valid::NO,
640641
// needs analysing param types
641642
"-- error ER_PARSE_ERROR\ncreate procedure p1(p1 date, p2 date) select * from t1 limit p1, p2;" => Valid::NO,

0 commit comments

Comments
 (0)