hariton-thinking-sphinx 1.2.7.0 → 1.2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,7 +29,7 @@ module ThinkingSphinx
29
29
  end
30
30
 
31
31
  def cast_to_datetime(clause)
32
- "cast(extract(epoch from #{clause}) as int)"
32
+ "cast(extract(epoch from #{clause}) as bigint)"
33
33
  end
34
34
 
35
35
  def cast_to_unsigned(clause)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hariton-thinking-sphinx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.7.0
4
+ version: 1.2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat Allan