Skip to content

Commit

Permalink
Trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Sep 5, 2024
1 parent 97983f8 commit 67c0938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/expected/basic.out
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,4 @@ select jsonb_apply('{"f": "John", "l": "Doe", "message": "Who are you?", "arr":
{"f": "nhoJ", "l": "eoD", "arr": ["olleH", {"k": "eulav"}], "message": "?uoy era ohW"}
(1 row)


1 change: 1 addition & 0 deletions test/sql/basic.sql
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ select jsonb_apply('"hELLo"', 'upper(text)');
-- reverse was a bit tricky
select jsonb_apply('["Hello", {"k": "value"}]', 'reverse(text)');
select jsonb_apply('{"f": "John", "l": "Doe", "message": "Who are you?", "arr": ["Hello", {"k": "value"}]}', 'reverse(text)');

0 comments on commit 67c0938

Please sign in to comment.