Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse error in json_object with pretty, ascii options #32

Closed
PhilippSalvisberg opened this issue Mar 26, 2024 · 1 comment
Closed

Parse error in json_object with pretty, ascii options #32

PhilippSalvisberg opened this issue Mar 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@PhilippSalvisberg
Copy link
Collaborator

Example:

SELECT JSON_OBJECT('a' value 42 returning varchar2(30) pretty);
SELECT JSON_OBJECT('a' value 42 returning varchar2(30) ascii);
SELECT JSON_OBJECT('a' value 42 returning varchar2(30) pretty ascii);
SELECT JSON_OBJECT('a' value 42 returning varchar2(30) ascii pretty);
@PhilippSalvisberg PhilippSalvisberg added the bug Something isn't working label Mar 26, 2024
@PhilippSalvisberg PhilippSalvisberg added this to the v5.0.1 milestone Mar 26, 2024
@PhilippSalvisberg PhilippSalvisberg self-assigned this Mar 26, 2024
@PhilippSalvisberg
Copy link
Collaborator Author

fixed via Azure DevOps commit ce1fe406a6b2d4c99cffe2af1b86765b972982aa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant