From: Matt S Trout Date: Fri, 20 Apr 2012 11:36:00 +0000 (+0000) Subject: simple literals get detected and turned into nodes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=761a495ac04e6aad08019725c008f7c2ce8721bc simple literals get detected and turned into nodes --- diff --git a/t/06order_by.t b/t/06order_by.t index 23d560e..25a4f32 100644 --- a/t/06order_by.t +++ b/t/06order_by.t @@ -13,7 +13,7 @@ my @cases = { given => \'colA DESC', expects => ' ORDER BY colA DESC', - expects_quoted => ' ORDER BY colA DESC', + expects_quoted => ' ORDER BY `colA` DESC', }, { given => 'colA',