Replies: 1 comment
-
Hi @teoyi , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, thanks for the great work with go-jet! I have a question which is exactly that of the title.
I am using postgres as my database and would like to get users based on their id. In my migration I am using uuid as the the type for the ID column, but during query I realize .EQ() only supports string expressions and though I was able to convert it, I was receiving errors of "jet: pq: operator does not exist: uuid = text".
What would you suggest be the right way to do a where clause with a uuid column ?
Beta Was this translation helpful? Give feedback.
All reactions