Skip to content

Commit 15722a5

Browse files
author
Pulung Ragil
committed
test: fix fmt
1 parent f49a494 commit 15722a5

File tree

4 files changed

+4
-148
lines changed

4 files changed

+4
-148
lines changed

internal/endtoend/testdata/json_traversal_as_select_expr_with_type_cast/postgresql/pgx/v5/go/query.sql.go

Lines changed: 2 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
-- name: MyGet :many
2-
SELECT *, (mt.myjson->'thing1'->'thing2')::text, mt.myjson->'thing1'
3-
FROM "mytable" mt;
4-
5-
-- name: MyGet2 :many
6-
SELECT id::text
7-
FROM "mytable" mt;
2+
SELECT *,(mt.myjson -> 'thing1' -> 'thing2')::text,mt.myjson -> 'thing1'
3+
FROM mytable mt;

internal/endtoend/testdata/json_traversal_as_select_expr_with_type_cast/postgresql/pgx/v5/stmttreejson.txt

Lines changed: 0 additions & 85 deletions
This file was deleted.

internal/endtoend/testdata/json_traversal_as_select_expr_with_type_cast/postgresql/pgx/v5/stmttreeordinary.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)