]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in the versioned_history example where column-level INSERT
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Feb 2014 17:34:54 +0000 (12:34 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Feb 2014 17:34:54 +0000 (12:34 -0500)
commit537d9212938669e7140880387d68e769381d5c2e
tree6ab32cbae926349fe45667874a63d6f1d99dc2a2
parent8b58c6adc2f000f6ce69e8107d10af3ee6e304ba
- Fixed bug in the versioned_history example where column-level INSERT
defaults would prevent history values of NULL from being written.
doc/build/changelog/changelog_09.rst
examples/versioned_history/history_meta.py
examples/versioned_history/test_versioning.py