projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eaba09f
)
first keyword move
Matt S Trout [Thu, 18 Apr 2019 02:00:33 +0000 (
02:00
+0000)]
lib/SQL/Abstract.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract.pm
b/lib/SQL/Abstract.pm
index
6e3327b
..
ad6a9a8
100644
(file)
--- a/
lib/SQL/Abstract.pm
+++ b/
lib/SQL/Abstract.pm
@@
-1152,7
+1152,7
@@
sub _render_op_between {
return $self->join_query_parts(' ',
[ '(' ],
$left,
- [ $self->_sqlcase(join ' ', split '_', $op) ],
+ [ $self->format_keyword($op) ],
@rh,
[ ')' ],
);