[Sqlalchemy-tickets] Issue #3045: Empty OR clause with table.delete() produces invalid SQL (zzzeek/
Brought to you by:
zzzeek
|
From: monsanto <iss...@bi...> - 2014-05-08 21:30:25
|
New issue 3045: Empty OR clause with table.delete() produces invalid SQL https://bitbucket.org/zzzeek/sqlalchemy/issue/3045/empty-or-clause-with-tabledelete-produces monsanto: See attached test case. Results from running the script: ``` Expected: DELETE FROM test Got: DELETE FROM test WHERE ``` |