Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 9, 2024
1 parent d526c2a commit 111a7a5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion e2e_test/source/tvf/postgres_query.slt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ PGHOST=db PGPORT=5432 PGUSER=postgres PGPASSWORD=postgres PGDATABASE=cdc_test ps

query II
select * from postgres_query('db', '5432', 'postgres', 'postgres', 'cdc_test', 'select * from test where id > 90;');
----
----
91 91
92 92
93 93
94 94
95 95
96 96
97 97
98 98
99 99
100 100

0 comments on commit 111a7a5

Please sign in to comment.