Re: [Sqlalchemy-tickets] [sqlalchemy] #2924: RowProxy.__eq__() throws unexpected TypeError
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2014-01-29 04:45:43
|
#2924: RowProxy.__eq__() throws unexpected TypeError
-----------------------------------+----------------------------------
Reporter: elic | Owner: zzzeek
Type: defect | Status: closed
Priority: high | Milestone: 0.9.2
Component: engine | Severity: minor - half an hour
Resolution: fixed | Keywords:
Progress State: completed/closed |
-----------------------------------+----------------------------------
Changes (by zzzeek):
* status: new => closed
* resolution: => fixed
* status_field: in queue => completed/closed
Comment:
check out how I did this in rd4c908ded1e9a7923312f3b33583, I've added test
coverage ensuring that all equality operators (==, !=, <, >, <=, >=)
should behave identically to that of a tuple. reopen if I got it wrong,
thanks!
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2924#comment:3>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|