-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Potential breaking changes from 0.23.0 to 0.24.0 #303
Comments
@phungleson hello, thank you for the report, I will look this bug tomorrow... |
Yeah it seems to have caught by our CI now, it's only a Postgres issue apparently |
I guess the bug originate from the fact that we bind
|
@phungleson @tyt2y3 @billy1624 I apologize for the mistake. I did PR) |
My CI tests broke for 0.24 but I didnt have time to investigate, I will report back |
Thanks for quick turn around @ikrivosheev 👍 |
Thank you @ikrivosheev |
Description
Hey peeps, I encounter 2 errors when trying to upgrade from 0.23.0 to 0.24.0.
Steps to Reproduce
First one, this used to work in 0.23.0
With
group_id
is&Option<Uuid>
and
But it throws an error in 0.24.0
Second one, this used to work in 0.23.0
With
description
is&Option<String>
and
But it throws an error in 0.24.0
Expected Behavior
I downgraded back to 0.23.0 and they all working again.
Actual Behavior
Provided.
Reproduces How Often
Provided.
Versions
Provided.
Additional Information
I am testing with postgres, let me know if you need me to debug further.
Thanks!
The text was updated successfully, but these errors were encountered: