]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a few errant ``u''`` strings that would prevent tests from passing
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Mar 2014 22:48:59 +0000 (18:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Mar 2014 22:48:59 +0000 (18:48 -0400)
commit5d2bfc4df45bd2f3347391c67b975066fdb74723
treeb839cd35f391a15e5991be3762c531a8f5e7a584
parenteed9cfc3ae027f21a1f46a6e07fcef0724741eb2
- Fixed a few errant ``u''`` strings that would prevent tests from passing
in Py3.2.  Patch courtesy Arfrever Frehtes Taifersar Arahesis. fixes #2980
doc/build/changelog/changelog_09.rst
test/dialect/test_sqlite.py
test/orm/test_default_strategies.py
test/orm/test_subquery_relations.py
test/sql/test_update.py