Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit b6bd9e1

Browse files
update test result for JSON document, formatted correctly with SQLcl 23.4.0 libs
1 parent 7aaa812 commit b6bd9e1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • standalone/src/test/java/com/trivadis/plsql/formatter/settings/tests/grammar

standalone/src/test/java/com/trivadis/plsql/formatter/settings/tests/grammar/Json_functions.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ select json_arrayagg(
2929
'mgr' : e.mgr,
3030
'hiredate' : to_char(e.hiredate, 'YYYY-MM-DD'),
3131
'sal' : e.sal,
32-
'comm' : e.comm
33-
absent on null
32+
'comm' : e.comm absent on null
3433
returning clob
3534
)
3635
)

0 commit comments

Comments
 (0)