Skip to content

fix: handle null values in arrays #87

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

Merged
merged 3 commits into from
Mar 30, 2022

Conversation

olavloite
Copy link
Collaborator

Null elements inside an array were not handled correctly. These were
either sent as the plain string null (all lower case) or as a quoted
string "null". Both were incorrect, and should in all cases be NULL (all
upper case letters, no quotes).

Null elements inside an array were not handled correctly. These were
either sent as the plain string null (all lower case) or as a quoted
string "null". Both were incorrect, and should in all cases be NULL (all
upper case letters, no quotes).
Copy link
Contributor

@gauravsnj gauravsnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@olavloite olavloite enabled auto-merge (squash) March 30, 2022 18:55
@olavloite olavloite merged commit b469d7f into postgresql-dialect Mar 30, 2022
@olavloite olavloite deleted the jdbc-null-in-arrays-testing branch March 30, 2022 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants