Skip to content

Commit

Permalink
test: fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pulung Ragil committed Dec 10, 2024
1 parent f49a494 commit 15722a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 148 deletions.

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
@@ -1,7 +1,3 @@
-- name: MyGet :many
SELECT *, (mt.myjson->'thing1'->'thing2')::text, mt.myjson->'thing1'
FROM "mytable" mt;

-- name: MyGet2 :many
SELECT id::text
FROM "mytable" mt;
SELECT *,(mt.myjson -> 'thing1' -> 'thing2')::text,mt.myjson -> 'thing1'
FROM mytable mt;

This file was deleted.

This file was deleted.

0 comments on commit 15722a5

Please sign in to comment.