We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24de49e commit d416291Copy full SHA for d416291
internal/endtoend/testdata/ddl_create_table_inherits_cross_schema/postgresql/pgx/v4/query.sql
@@ -1,8 +1,6 @@
1
-- name: GetAllParties :many
2
-SELECT * FROM party;
+SELECT * FROM one.party;
3
4
-- name: GetAllPeople :many
5
-SELECT * FROM person;
+SELECT * FROM two.person;
6
7
--- name: GetAllOrganisations :many
8
-SELECT * FROM organisation;
internal/endtoend/testdata/ddl_create_table_inherits_cross_schema/postgresql/pgx/v5/query.sql
0 commit comments