Replies: 2 comments 3 replies
-
|
Hi @teoyi , |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'm running into the same error as @lukteo with this line: @go-jet your recommendation is not working unfortunately. The folllowing fails with a compiler error, since it tries to import the internal package It would be great if we didn't have to deal with strings at all! Is any workaround known for now? |
Beta Was this translation helpful? Give feedback.
3 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