Skip to content

Commit 94bb136

Browse files
committed
add dialect tag
1 parent 997bd66 commit 94bb136

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

enginetest/queries/script_queries.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13498,6 +13498,8 @@ select * from t1 except (
1349813498
// https://github.com/dolthub/dolt/issues/10102
1349913499
Query: "SELECT * FROM t2 WHERE NOT EXISTS (SELECT 1 FROM (SELECT 1) AS sub0 WHERE ASIN(t2.c0));",
1350013500
Expected: []sql.Row{{"9"}},
13501+
// Postgres does not allow varchar types as inputs for ASIN
13502+
Dialect: "mysql",
1350113503
},
1350213504
{
1350313505
// https://github.com/dolthub/dolt/issues/10157

0 commit comments

Comments
 (0)