Replies: 1 comment
-
Having the same problem too. #128 has a couple suggrestions for this but I don't know how to apply them for nested functions like you have in your query. |
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
-
databases==0.4.1
python==3.7
postgresql == PostgreSQL 13.2 (Ubuntu 13.2-1.pgdg18.04+1)
Hi there!
I'm having trouble with using queries in sqlalchemy expression language with func . The code is
This expression generate next sql query
This causes an error
This code absolutely working with sync query to DB like this
ev = session.execute(query).fetchone()
May be any idea about how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions