From: Dagfinn Ilmari Mannsåker Date: Thu, 4 Jun 2015 10:06:01 +0000 (+0100) Subject: Add failing tests for all of PostgreSQLs question mark operators X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb2b3c697575825df289748a19e61cd407a492e8;p=dbsrgits%2FSQL-Abstract.git Add failing tests for all of PostgreSQLs question mark operators --- diff --git a/t/14roundtrippin.t b/t/14roundtrippin.t index 7541fd9..a7d4269 100644 --- a/t/14roundtrippin.t +++ b/t/14roundtrippin.t @@ -29,6 +29,16 @@ my @sql = ( "SELECT foo AS bar FROM baz ORDER BY x + ? DESC, baz.g", "SELECT [me].[id], ROW_NUMBER() OVER (ORDER BY (SELECT 1)) AS [rno__row__index] FROM ( SELECT [me].[id] FROM [LogParents] [me]) [me]", q