From: Arthur Axel 'fREW' Schmidt Date: Fri, 20 Apr 2012 18:46:28 +0000 (-0500) Subject: An old (now passing) test for regression introduced in 6f2a5b6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de580bbd21ae31a62308b5dc8528a5f1f4cd13bb;hp=e3f3851586e6d4b086bcf941c7a55e73d6df2df3;p=scpubgit%2FQ-Branch.git An old (now passing) test for regression introduced in 6f2a5b6 --- diff --git a/t/14roundtrippin.t b/t/14roundtrippin.t index 4d32207..981297e 100644 --- a/t/14roundtrippin.t +++ b/t/14roundtrippin.t @@ -25,6 +25,7 @@ my @sql = ( "SELECT inner_forum_roles.forum_id FROM forum_roles AS inner_forum_roles LEFT JOIN user_roles AS inner_user_roles USING(user_role_type_id) WHERE inner_user_roles.user_id = users__row.user_id", "SELECT * FROM foo WHERE foo.a @@ to_tsquery('word')", "SELECT * FROM foo ORDER BY name + ?, [me].[id]", + "SELECT foo AS bar FROM baz ORDER BY x + ? DESC, baz.g", ); # FIXME FIXME FIXME