You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It goes well when ids is defined, when I check the build information the sql about ids is d.id = ANY(?). And the other fields were also executed smoothly.
However, when ids is None, the db will goes wrong with database goes wrong: ERROR: could not determine data type of parameter $xxx
I speculate that this problem is caused by an abnormal null pointer or something similar.
I want to ask, is this an expected error? How can I fix my code to make it work again?
Workaround
@getquill/maintainers
The text was updated successfully, but these errors were encountered:
Version: "4.8.4"
Module: quill-jdbc-zio
Database: postgresql
Steps to reproduce the behavior
I use a condition to do my filter, which is like :
It goes well when ids is
defined
, when I check the build information the sql about ids isd.id = ANY(?)
. And the other fields were also executed smoothly.However, when ids is
None
, the db will goes wrong withdatabase goes wrong: ERROR: could not determine data type of parameter $xxx
I speculate that this problem is caused by an abnormal null pointer or something similar.
I want to ask, is this an expected error? How can I fix my code to make it work again?
Workaround
@getquill/maintainers
The text was updated successfully, but these errors were encountered: