Replies: 1 comment 1 reply
-
Those breaking changes were documented within v11 release. And in case of receive, here's the change for your code: const pgOptions = {
receive({ data }) {
camelizeColumns(data);
}
}; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
Wanted to upgrade to 11.3.0 but it seems that some internals have changed, which breaks the code I put in place to have column names and JSON results automatically camelCased.
Here's a gist with my setup code, maybe you can give me pointers what changes I need to make to make it work again. :)
https://gist.github.com/michael/13892289de6a11071fec4616ac27689f
Thank you for your efforts writing and maintaining this library. I use it heavily every day! :)
Beta Was this translation helpful? Give feedback.
All reactions