Skip to content

Commit

Permalink
add functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitakeba committed May 13, 2024
1 parent 8c12b5c commit 2625256
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/queries/0_stateless/03144_postgresql_dialect.reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
1
true
2.5
1
2
9 changes: 9 additions & 0 deletions tests/queries/0_stateless/03144_postgresql_dialect.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SET dialect = 'postgresql'

SELECT 1

SELECT TRUE

SELECT 2.5

SELECT 1 UNION ALL SELECT 2

0 comments on commit 2625256

Please sign in to comment.