Re: [Sqlalchemy-tickets] [sqlalchemy] #2823: Wrong sqlalchemy.sql.expression.false() / true() compi
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-09-16 22:38:33
|
#2823: Wrong sqlalchemy.sql.expression.false() / true() compilation when using SQL
Server dialect
-------------------------------------------+-------------------------------
Reporter: leavittx | Owner:
Type: defect | Status: new
Priority: medium | Milestone:
Component: mssql | Severity: no triage
Resolution: | selected yet
Progress State: needs questions answered | Keywords:
-------------------------------------------+-------------------------------
Comment (by leavittx):
my deeper research on why sqlalchemy-orm-tree generates this gives the
following line of code
https://github.com/monetizeio/sqlalchemy-orm-
tree/blob/master/sqlalchemy_tree/manager/class_.py#L458
but i also want to know is there a workaround to make things work even
with hacks (without modifying sqlalchemy-orm-tree's code, which is not so
trivial) ?
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2823#comment:4>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|