]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed some test/feature failures occurring in Python 3.4,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Mar 2014 15:39:48 +0000 (10:39 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Mar 2014 15:39:48 +0000 (10:39 -0500)
commit6750c39a4fc6be01502f3c9b1c6ba2d3f67a030e
treee9b70a288b8d8e09ad572da32900048436f8ebc3
parentfa23570a338b53c813b6342fba0cacd4f5e61384
- Fixed some test/feature failures occurring in Python 3.4,
in particular the logic used to wrap "column default" callables
wouldn't work properly for Python built-ins.
fixes #2979
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/schema.py
lib/sqlalchemy/util/langhelpers.py
test/orm/test_attributes.py