Skip to content

Commit ee6efec

Browse files
author
Pulung Ragil
committed
test: delete fourth column
1 parent 15722a5 commit ee6efec

File tree

2 files changed

+3
-9
lines changed
  • internal/endtoend/testdata/json_traversal_as_select_expr_with_type_cast/postgresql/pgx/v5

2 files changed

+3
-9
lines changed

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

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

0 commit comments

Comments
 (0)