]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Support `TypeDecorator` subclasses in `Column()` declarations
authorBryan Forbes <bryan@reigndropsfall.net>
Wed, 7 Apr 2021 23:56:27 +0000 (18:56 -0500)
committerBryan Forbes <bryan@reigndropsfall.net>
Wed, 7 Apr 2021 23:56:27 +0000 (18:56 -0500)
commitacc42beaf630db2d5b4166098ad062e1df21ef51
treeffc1eb28540936538beaee3b466f176fa3c4f7f5
parentf657705bfc654756757686695b348c52225ecc04
Support `TypeDecorator` subclasses in `Column()` declarations
lib/sqlalchemy/ext/mypy/infer.py
test/ext/mypy/files/type_decorator.py [new file with mode: 0644]