]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed the "render literal bind" function,
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Feb 2012 23:53:21 +0000 (18:53 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Feb 2012 23:53:21 +0000 (18:53 -0500)
commit4bbd814fffb563e38f776d7c11ab162f8095ca51
tree02aee0327473b057b16af95fac8440a4ba56c86a
parent1aeb637e70e4f9f098ab8b4c4462975b805e9965
- [bug] Fixed the "render literal bind" function,
used by Alembic, to escape % signs with %%.
CHANGES
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py