]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed rare TypeError which could occur when stringifying certain
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Sep 2015 20:40:16 +0000 (16:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Sep 2015 20:40:16 +0000 (16:40 -0400)
commit47fcb1d0b6ad6481e89d4b2e8c2cc29cf7c03d8b
tree2c7c90f92f1e5bf675edf265f2d90947007ff555
parent3dfcb10befc7a8c193ee992bdea009e39b2e798c
- Fixed rare TypeError which could occur when stringifying certain
kinds of internal column loader options within internal logging.
fixes #3539
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/strategy_options.py
test/orm/test_options.py