regression due to #2812 regarding anon labels

Issue #2834 resolved
rgg created an issue

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,

Comments (4)

  1. Mike Bayer repo owner

    specifically when quote is non-None we get un-converted labels:

    "A_1"."A" AS "%(4318554768 A)s_A"
    
  2. Log in to comment