Re: [Sqlalchemy-tickets] [sqlalchemy] #1631: pg8000 not working with enums.
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-09-30 23:42:07
|
#1631: pg8000 not working with enums.
-----------------------------------+------------------------------------
Reporter: guest | Owner: zzzeek
Type: defect | Status: closed
Priority: medium | Milestone: 0.6.xx
Component: postgres | Severity: no triage selected yet
Resolution: worksforme | Keywords:
Progress State: completed/closed |
-----------------------------------+------------------------------------
Comment (by zzzeek):
that is doable now that we support column_expression and bind_expression:
http://docs.sqlalchemy.org/en/rel_0_8/core/types.html#types-sql-value-
processing - what's "e" above, is that a CAST using a column name for the
type?
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/1631#comment:6>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|