Skip to content

Commit 1c819c7

Browse files
committed
feat: add libpg_query differential runner
1 parent 6f3e6e3 commit 1c819c7

2 files changed

Lines changed: 681 additions & 0 deletions

File tree

tests/pg_compat/runner_cases.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SELECT id FROM users WHERE id = 1;
2+
CREATE TABLE users (id integer);
3+
VACUUM users;
4+
SELECT 1; SELECT 2;

0 commit comments

Comments
 (0)