Closed AndryHTC closed 1 month ago
@AndryHTC Can you tell me the type of database you are using
@AndryHTC Can you tell me the type of database you are using
Postgres
Hey @AndryHTC: Unfortunately, I can't reproduce the problem you are having. So I created an example using postgres, located at 👉 examples/with_postgres
I have everything working fine here, with in
string filtering.
PS: Since in
is a Dart reserved keyword, it has been renamed to $in
.
@AndryHTC Has there been any progress?
I found the problem, which may be related to IntelliJ autocompletion, as in VS Code I can see the $in
.
Thank you