Re: [Sqlalchemy-tickets] [sqlalchemy] #2838: render_literal_bindparam() naively calls cached_bind_p
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-10-19 06:46:02
|
#2838: render_literal_bindparam() naively calls cached_bind_processor
---------------------------+-------------------------------
Reporter: zzzeek | Owner: zzzeek
Type: defect | Status: new
Priority: high | Milestone: 0.9.0
Component: sql | Severity: major - 1-3 hours
Resolution: | Keywords:
Progress State: in queue |
---------------------------+-------------------------------
Comment (by zzzeek):
initial idea is in the ticket_2838 branch at
rbc5834d6431663ad2a03677af87dd96a8de923e1. we'll move the whole concept
of literal bind rendering into the type system.
the String type will also need to determine if encoding is needed here.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2838#comment:1>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|