Why can't I use the ”IN" clause with PostgreSQL DB uuid types? #1104
Unanswered
kotaroyamazaki
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Although the uuid in clause is available in postgresql itself, sqlboiler does not generate code for the "IN" clause.
Why is this?
Please let me know if you know of any.
What version of SQLBoiler are you using (
sqlboiler --version
)?SQLBoiler v4.8.6
What is your database and version (eg. Postgresql 10)
postgresql-9
Beta Was this translation helpful? Give feedback.
All reactions