diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-02-01 16:25:31 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-02-01 17:00:42 -0500 |
commit | 388d8db68d0db6f38e72d60386023c9eef263034 (patch) | |
tree | 1deae94a0a2c8ac4a066da157ee6c36ecfc409ce /test/orm/inheritance/test_basic.py | |
parent | 9a5943bf76cd436484a85a6d9478507c9bac3b08 (diff) | |
download | sqlalchemy-388d8db68d0db6f38e72d60386023c9eef263034.tar.gz |
Accept FetchedValue, text() for column "default" value
Fixed bug whereby the :meth:`.DDLEvents.column_reflect` event would not
allow a non-textual expression to be passed as the value of the
"default" for the new column, such as a :class:`.FetchedValue`
object to indicate a generic triggered default or a
:func:`.sql.expression.text` construct. Clarified the documentation
in this regard as well.
Fixes: #3905
Change-Id: I829796c3e9f87f375149bebee7eef133a6876d4d
Diffstat (limited to 'test/orm/inheritance/test_basic.py')
0 files changed, 0 insertions, 0 deletions