]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- in lieu of adding a new system of translating bound parameter names
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Nov 2014 22:58:09 +0000 (17:58 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Nov 2014 22:59:27 +0000 (17:59 -0500)
commitd6da110c81359078e4587257251f7dd4170ab372
treed115b9438fa719c08b5ada6c55a08401635e6b63
parent6db07cfd8754fdb9bff990ac57e2b71064dd46a5
- 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.
lib/sqlalchemy/dialects/postgresql/psycopg2.py
lib/sqlalchemy/engine/__init__.py