From: Arthur Axel 'fREW' Schmidt Date: Thu, 28 May 2015 14:28:02 +0000 (-0500) Subject: found another reassembly bug, thanks to bfwg X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbceac6a5c3c4334e6d3c8e3f71b82fb1ad46fcc;p=dbsrgits%2FSQL-Abstract.git found another reassembly bug, thanks to bfwg --- diff --git a/t/14roundtrippin.t b/t/14roundtrippin.t index bfb713f..7541fd9 100644 --- a/t/14roundtrippin.t +++ b/t/14roundtrippin.t @@ -28,6 +28,7 @@ my @sql = ( "SELECT * FROM foo ORDER BY name + ?, [me].[id]", "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