We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f202414 commit ac334aeCopy full SHA for ac334ae
test/postgresql/14_datatype_roundtrip.sql
@@ -399,6 +399,6 @@ SELECT (:fail::int + 1) AS fail \gset
399
400
\ir helper_test_cleanup.sql
401
\if :should_cleanup
402
--- DROP DATABASE IF EXISTS cloudsync_test_14a;
403
--- DROP DATABASE IF EXISTS cloudsync_test_14b;
+DROP DATABASE IF EXISTS cloudsync_test_14a;
+DROP DATABASE IF EXISTS cloudsync_test_14b;
404
\endif
test/postgresql/full_test.sql
@@ -22,7 +22,7 @@
22
\ir 12_repeated_table_multi_schemas.sql
23
\ir 13_per_table_schema_tracking.sql
24
\ir 14_datatype_roundtrip.sql
25
--- \ir 15_datatype_roundtrip_unmapped.sql
+\ir 15_datatype_roundtrip_unmapped.sql
26
\ir 16_composite_pk_text_int_roundtrip.sql
27
28
-- 'Test summary'
0 commit comments