]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Literal values within a :class:`.DefaultClause`, which is invoked
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 9 Feb 2015 19:58:26 +0000 (14:58 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 9 Feb 2015 19:58:26 +0000 (14:58 -0500)
commit81aa5b376eb80793e3734eb420b82872d2941d6f
tree4da2b193cdf4197580cf05e7794f1dc723b58ad0
parent53da71fcc2e82c1e6f7b174436043c06257af927
- Literal values within a :class:`.DefaultClause`, which is invoked
when using the :paramref:`.Column.server_default` parameter, will
now be rendered using the "inline" compiler, so that they are rendered
as-is, rather than as bound parameters.
fixes #3087
doc/build/changelog/changelog_10.rst
doc/build/changelog/migration_10.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_defaults.py