Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: update endtoend
  • Loading branch information
orisano committed Aug 5, 2023
commit 9da3422a4cb0b44b56d9b5e8929901920c49950f

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions internal/endtoend/testdata/schema_scoped_list/mysql/query.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ CREATE TABLE foo.bar (id serial not null);

-- name: SchemaScopedList :many
SELECT * FROM foo.bar;

-- name: SchemaScopedColList :many
SELECT foo.bar.id FROM foo.bar;

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ CREATE TABLE foo.bar (id serial not null);

-- name: SchemaScopedList :many
SELECT * FROM foo.bar;

-- name: SchemaScopedColList :many
SELECT foo.bar.id FROM foo.bar;

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ CREATE TABLE foo.bar (id serial not null);

-- name: SchemaScopedList :many
SELECT * FROM foo.bar;

-- name: SchemaScopedColList :many
SELECT foo.bar.id FROM foo.bar;

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ CREATE TABLE foo.bar (id serial not null);

-- name: SchemaScopedList :many
SELECT * FROM foo.bar;

-- name: SchemaScopedColList :many
SELECT foo.bar.id FROM foo.bar;