]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where so-called "literal render" of :func:`.bindparam`
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Feb 2014 17:03:46 +0000 (12:03 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Feb 2014 17:03:46 +0000 (12:03 -0500)
commit16cd07c4f896b03d0e73fc28b5279421dab53489
tree3a576036c3f3fb1a7b0da50480e9d8996012bbf3
parentb069127b2d3f7b3f2c27f91cfcd32152a98c907f
- Fixed bug where so-called "literal render" of :func:`.bindparam`
constructs would fail if the bind were constructed with a callable,
rather than a direct value.  This prevented ORM expressions
from being rendered with the "literal_binds" compiler flag.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py