projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
20822d3
)
simple literals get detected and turned into nodes
Matt S Trout [Fri, 20 Apr 2012 11:36:00 +0000 (11:36 +0000)]
t/06order_by.t
patch
|
blob
|
blame
|
history
diff --git
a/t/06order_by.t
b/t/06order_by.t
index
23d560e
..
25a4f32
100644
(file)
--- 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',