From: Arthur Axel 'fREW' Schmidt Date: Fri, 31 May 2013 15:12:03 +0000 (-0500) Subject: refactor code needing version X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=wip%2Fmssql-2012-limit-dialect;hp=f895c500473b77db4ecf185ed21530b821a14ed4;p=dbsrgits%2FDBIx-Class.git refactor code needing version --- diff --git a/branch-notes b/branch-notes new file mode 100644 index 0000000..c1e917d --- /dev/null +++ b/branch-notes @@ -0,0 +1,2 @@ +OffsetFetch *requires* and ORDER BY clause: http://msdn.microsoft.com/en-us/library/gg699618%28v=SQL.110%29.aspx +Test emilation with ORDER_BY(SELECT 1) like what we did for RowNumberOver