Re: [Sqlalchemy-tickets] [sqlalchemy] #2878: postgresql (psycopg2) Enum type breaks if enum label c
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-11-30 18:55:33
|
#2878: postgresql (psycopg2) Enum type breaks if enum label contains a single
quote (')
-----------------------------------+----------------------------------
Reporter: kwohlfahrt | Owner: zzzeek
Type: defect | Status: closed
Priority: medium | Milestone: 0.9.0
Component: postgres | Severity: minor - half an hour
Resolution: fixed | Keywords:
Progress State: completed/closed |
-----------------------------------+----------------------------------
Changes (by zzzeek):
* status: new => closed
* status_field: awaiting triage => completed/closed
* resolution: => fixed
* severity: no triage selected yet => minor - half an hour
* milestone: => 0.9.0
Comment:
r66773a8801a584d36b514e22a03, for 0.8 people may be working around this
already with manually escaping the quotes, this is in for 0.9.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2878#comment:1>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|