Re: [Sqlalchemy-tickets] [sqlalchemy] #2785: Array index in postgres ARRAy
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-07-18 14:10:52
|
#2785: Array index in postgres ARRAy
------------------------------+------------------------------------
Reporter: aterentev | Owner: zzzeek
Type: enhancement | Status: new
Priority: medium | Milestone: 0.8.xx
Component: postgres | Severity: no triage selected yet
Resolution: | Keywords:
Progress State: in queue |
------------------------------+------------------------------------
Changes (by zzzeek):
* priority: low => medium
* status_field: awaiting triage => in queue
* component: cextensions => postgres
* milestone: => 0.8.xx
Comment:
yeah especially in terms of SQLAlchemy hybrid attributes. But we can't
make this a default change, it has to be a flag. Can you work up a pull
request for a feature like this?
{{{
#!python
Column('data', ARRAY(Integer, zero_indexed=True))
}}}
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2785#comment:1>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|