thinking-sphinx-allen 1.3.18.3 → 1.3.18.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ module ThinkingSphinx
23
23
  GROUP BY #{ sql_group_clause }
24
24
  SQL
25
25
 
26
- sql += " ORDER BY NULL" if adapter.sphinx_identifier == "mysql"
26
+ sql += " ORDER BY id desc" if adapter.sphinx_identifier == "mysql"
27
27
  sql
28
28
  end
29
29
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thinking-sphinx-allen
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
9
  - 18
10
- - 3
11
- version: 1.3.18.3
10
+ - 4
11
+ version: 1.3.18.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Pat Allan