-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
0.13 breaking changes #135
Comments
Thanks for reporting! I'll jump on this immediately. |
This feels like a TypeScript limitation, because I'm not sure why these behave differently... Anyway, I'll find a solution. Be back soon. Edit: Found a 3-day-old TypeScript issue about this: microsoft/TypeScript#57650 |
Released in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrading from version 0.11 to 0.13 results in an error related to the PostgreSQL array type. Generated array type changed from
T[]
toArrayType<T>
code
screenshots
Upvote & Fund
The text was updated successfully, but these errors were encountered: