-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Fix quoted string bug while inserting array of strings to Postgres #576
Fix quoted string bug while inserting array of strings to Postgres #576
Conversation
I believe this is ready for review, I'm not sure if I have access to change the status to 'Ready for review' or not. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sh-soltanpour thank you! LGTM! @tyt2y3 or @billy1624 can someone review the PR?)
Thanks for your approval! |
🎉 Released In 0.29.1 🎉Thank you everyone for the contribution! |
PR Info
New Features
Bug Fixes
VALUES '{val}'
while now it's likeVALUES '{'val'}'
.Breaking Changes
Changes