]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
fix CAST assertions for SQLA 1.4
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Aug 2019 21:21:09 +0000 (17:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Aug 2019 21:21:09 +0000 (17:21 -0400)
commit1b6d3059f521f1367d547a7ce1ea26dab7a76504
treee45c611bcdeb74d068aae644699a6fcf5e1dcbf0
parent4cdad6aec32b4b5573a2009cc356cb4b144bd359
fix CAST assertions for SQLA 1.4

SQLAlchemy 1.4 labels CAST expressions as the name of the column,
adjust for this.

Change-Id: I208427e9301de224bc108bd97bde4c203faf8196
tests/test_batch.py