Syntax error when including parenthesis in SeaORM #2248
Unanswered
pmantica11
asked this question in
Q&A
Replies: 1 comment
-
I am using version 0.10.2 of SeaORM. |
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
-
Description
If I include parenthesis in a SQLlite query, I get a syntax error.
Steps to Reproduce
( SELECT * FROM any_table )
orSELECT MAX(id) FROM any_table
Here is some example code:
Beta Was this translation helpful? Give feedback.
All reactions