]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Update missed branch in py2k test
authorNate Clark <natec425@gmail.com>
Mon, 18 Feb 2019 21:21:20 +0000 (15:21 -0600)
committerNate Clark <natec425@gmail.com>
Mon, 18 Feb 2019 21:21:20 +0000 (15:21 -0600)
commitdc5d7b38706bdeddd2d4f82d119de556606f39cd
treef47baa50751b3ad257181a0adcae459aa95b1298
parent1bbcec147f0d692cd4022cecaef93d3c3231b034
Update missed branch in py2k test

The python2 branch of this test wasn't updated appropriately.

It adds a missing "\n" due to joining on "\n" instead " ".

Removes an extra "\" from the escaped unicode that is no longer
needed since the SQL is being rendered using %s instead of %r.
test/engine/test_execute.py