Re: [Sqlalchemy-tickets] [sqlalchemy] #2957: Infinite loop calling in_() with PGArray column
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2014-02-13 19:57:59
|
#2957: Infinite loop calling in_() with PGArray column
----------------------------------+------------------------------------
Reporter: gthb | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgres | Severity: no triage selected yet
Resolution: | Keywords:
Progress State: awaiting triage |
----------------------------------+------------------------------------
Comment (by zzzeek):
agh this is that `__getitem__()` thing again! where we used to raise an
exception on `__iter__()` to prevent this, but then someone complained
about *that*, now what was the problem with that....
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2957#comment:1>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|