projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e4facd5
)
don't report an empty order as stable
Matt S Trout [Mon, 18 Mar 2013 02:20:15 +0000 (
02:20
+0000)]
lib/DBIx/Class/Storage/DBIHacks.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBIHacks.pm
b/lib/DBIx/Class/Storage/DBIHacks.pm
index
3a2d118
..
8392fb3
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBIHacks.pm
+++ b/
lib/DBIx/Class/Storage/DBIHacks.pm
@@
-656,6
+656,8
@@
sub _order_by_is_stable {
sub { push @ident_dq, $_[0] }, $conv->_order_by_to_dq($order_by)
);
+ return unless @ident_dq;
+
if ($where) {
# old _extract_fixed_condition_columns logic
$self->_scan_nodes({