Re: [Sqlalchemy-tickets] [sqlalchemy] #2780: str() call in make_proxy can get in the way w/ dialect
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-07-12 15:35:50
|
#2780: str() call in make_proxy can get in the way w/ dialect specific operators
------------------------------+-------------------------------
Reporter: zzzeek | Owner: zzzeek
Type: defect | Status: new
Priority: highest | Milestone: 0.8.xx
Component: sql | Severity: major - 1-3 hours
Resolution: | Keywords:
Progress State: in progress |
------------------------------+-------------------------------
Comment (by zzzeek):
since this is a lesser-occurring codepath, it's actually just catching the
exception and falling back to `anon_label`. A new exception class
`UnsupportedCompilationError` is also added which catches operators as
well as unsupported visit names.
r574dba8e61f5f86e0c809c0c15640379a8847533 0.8
r0ca7b53b4235c2fbabfbb6a4e2df2f master
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2780#comment:2>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|