SQLAlchemy Inserting Parentheses in UNION ALL Causing SQL Syntax Errors in SQLite

后端 未结 0 976
傲寒
傲寒 2021-02-14 04:09

I can\'t seem to get SQLAlchemy to generate proper SQL that satisfies SQLite.

SQLAlchmey query:

q = select([0]).union_all(select([0]).limit(30))

相关标签:
回答
  • 消灭零回复
提交回复
热议问题