]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
dont try to update on None query_str
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Oct 2020 23:49:42 +0000 (19:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Oct 2020 23:49:42 +0000 (19:49 -0400)
commitcd95f8eaa478994c1d285f48fcf0cb72f7a1c863
tree8006161247f1a98a3bd28d4db01ea82f2d602e27
parentbcc17b1d6e2cac3b0e45c0b17a62cf2d5fc5c5ab
dont try to update on None query_str

py2k coverage tests were failing because of this API
usage that seems to pass on Py3k but not py2k

Change-Id: Ic7ceb03c2660f411f487fce73ce5c2fa2c752031
lib/sqlalchemy/testing/provision.py