Skip to content

Commit

Permalink
Added test #2699
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Jul 23, 2018
1 parent 1c20058 commit d400b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
1 change: 1 addition & 0 deletions dbms/tests/queries/0_stateless/00674_has_array_enum.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SELECT has([x], 10) FROM (SELECT CAST(10 AS Enum8('hello' = 1, 'world' = 2, 'abc' = 10)) AS x);

0 comments on commit d400b4e

Please sign in to comment.