]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- we're testing a query here with non-standard aliasing which fails on PG and MySQL.
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Feb 2014 17:59:32 +0000 (12:59 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Feb 2014 17:59:32 +0000 (12:59 -0500)
commit1122d355d15a8f6b8565df282eeb3463c31a512d
tree77e879294d3a1f2a67e59b6638b2ce40aba588f2
parentd966920b3df253292a28f2a57bef0d90afd66352
- we're testing a query here with non-standard aliasing which fails on PG and MySQL.
Leave this test in place as its ultimately a SQLite use case, but only test on SQLite.
We perhaps should add another test case that works on all platforms.
test/sql/test_join_rewriting.py