Re: [Sqlalchemy-tickets] [sqlalchemy] #2742: look into using inline=true for bindparam() inside of
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-06-05 14:58:54
|
#2742: look into using inline=true for bindparam() inside of DDL sequences
------------------------------+----------------------------------
Reporter: andreycizov | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone: 0.8.xx
Component: schema | Severity: minor - half an hour
Resolution: | Keywords:
Progress State: in queue |
------------------------------+----------------------------------
Comment (by andreycizov):
This works on PG 9.2.3:
{{{
CREATE INDEX heuristic ON foos ((1 / (a + b)))
}}}
That doesn't as well:
{{{
CREATE INDEX heuristic ON foos (1 / (a + b))
}}}
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2742#comment:3>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|