positional anonymous attributes don't render correctly

Issue #1574 resolved
Mike Bayer repo owner created an issue

was a little surprised to see this happen:

>>> from sqlalchemy import *
>>> from sqlalchemy.engine import default
>>> print select([bindparam('b'), bindparam('c')](bindparam('a'),)).compile(dialect=default.DefaultDialect(paramstyle='qmark'))
SELECT ?

!

Comments (3)

  1. Log in to comment