]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Implement TypeEngine.as_generic() and tests 5713/head
authorAndrew Hannigan <andrewhannigan@Andrews-MacBook-Pro.local>
Wed, 18 Nov 2020 15:55:01 +0000 (09:55 -0600)
committerAndrew Hannigan <andrewhannigan@Andrews-MacBook-Pro.local>
Wed, 18 Nov 2020 16:45:30 +0000 (10:45 -0600)
commitb0978c50ed8509761fa71ece054bc9aae64177d7
treea3de3a1d1845fba36219d13db2c5b0633d40a7fc
parentcef2871ef99af3cc6a40d98a2651c6dad7542d75
Implement TypeEngine.as_generic() and tests

Fixes: #5659
lib/sqlalchemy/sql/type_api.py
test/sql/test_types.py