]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixes to the interpretation of the
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Aug 2012 17:20:09 +0000 (13:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Aug 2012 17:20:09 +0000 (13:20 -0400)
commitce1b80ad08f58ea18914a93805754a5e19a85abb
treef231d1bf01abfcb471620284d02db6cd8c896842
parent099c9d39ebfc29c7b4058a0b41205bf8b47612c1
- [bug] Fixes to the interpretation of the
Column "default" parameter as a callable
to not pass ExecutionContext into a keyword
argument parameter.  [ticket:2520]
CHANGES
lib/sqlalchemy/schema.py
test/sql/test_defaults.py