Skip to content

Commit

Permalink
match quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 10, 2024
1 parent 5b66d01 commit c254e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/source/tvf/postgres_query.slt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CREATE TABLE test (

system ok
PGHOST=db PGPORT=5432 PGUSER=postgres PGPASSWORD=postgres PGDATABASE=cdc_test psql -c "
INSERT INTO test SELECT generate_series(1, 100), true, 1, 1, 1, 1.0, 1.0, 1.0, '2021-01-01', '00:00:00', '2021-01-01 00:00:00', '2021-01-01 00:00:00', 'text', 'varchar', '1 day', '{}', '\\x01';"
INSERT INTO test SELECT generate_series(1, 100), true, 1, 1, 1, 1.0, 1.0, 1.0, '2021-01-01', '00:00:00', '2021-01-01 00:00:00', '2021-01-01 00:00:00', 'text', 'varchar', '1 day', '{}', '\\x01';
"

query II
Expand Down

0 comments on commit c254e71

Please sign in to comment.