Files
sqlalchemy/lib
Mike Bayer 21022f9760 - in lieu of adding a new system of translating bound parameter names
for psycopg2 and others, encourage users to take advantage of positional
styles by documenting "paramstyle".   A section is added to psycopg2
specifically as this is a pretty common spot for named parameters
that may be unusually named.  fixes #3246.
2014-11-10 17:58:09 -05:00
..