[Sqlalchemy-tickets] [sqlalchemy] #2834: eagerload fails when quote=False is used on tables and col
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-10-05 12:04:24
|
#2834: eagerload fails when quote=False is used on tables and columns
--------------------+-----------------------------------------
Reporter: rgg | Owner: zzzeek
Type: defect | Status: new
Priority: high | Milestone:
Component: orm | Severity: no triage selected yet
Keywords: | Progress State: awaiting triage
--------------------+-----------------------------------------
If quote=False is used, a query which has some eagerload-configured
relationship fails.
Attached is a simple case which exercises the error. It has been tested on
SQLite and also on PostgreSQL.
Note that the case performs well if q=None (the SQLAlchemy default) or
q=True are used.
Regards,
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2834>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|