]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
add req for sqlite computed columns
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Aug 2021 19:41:38 +0000 (15:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Aug 2021 19:41:38 +0000 (15:41 -0400)
commit4c30fcab9367c899450e45a30c5b553f6cf2f1fd
tree6bafcdd9f61cf8cb4819a1ff8c0723a9469e840e
parent679240078b27f97de2952203b1e07e3e5cb02709
add req for sqlite computed columns

older Python 3.6 has a sqlite that doesn't support this

Change-Id: Ie65ef7fabeae2f5142573247548dd50d6d1708dd
tests/test_batch.py