-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
ConverterException: Parameter likes is not a List #50
Comments
I found the issue. Its with For querying you can work around this by changing the I will try to open a pr on the postgres package to add support, but that might take some time until released |
@mhmzdev This is already merged. When updating postgres it should work without any changes to stormberry. |
Awesome!! @schultek Lemme, try updating postgres and see if it works |
Worked like a charm! ✅ |
I've added just a
List<int> likes
into thePost
model. Then added some dummy data in postgres SQL.But it seems that stormberry isn't parsing the list correctly.
The rest of the models are working fine, only with
List
in them are throwing this exception.I'm using
0.11.0
latest versionModel class and its schema file code is below:
post.dart
post.schema.dart
The text was updated successfully, but these errors were encountered: