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
As you can see SELECT \"id\" FROM \"person\" is not inside it's own expr ie: (SELECT \"id\" FROM \"person\"), so it's not valid, the only way I can see to do this is:
Firstly thanks for the lib =)...
Two quick questions, if I define an enum as:
Is there no better api than:
I don't see how else to insert enums, as they always appear to be inserted as strings, IE:
Also if I wanted to use a sql statement inside an insert:
As you can see
SELECT \"id\" FROM \"person\"
is not inside it's own expr ie:(SELECT \"id\" FROM \"person\")
, so it's not valid, the only way I can see to do this is:Which is pretty horrible, is there a better way?
The text was updated successfully, but these errors were encountered: