myreplicator 1.1.40 → 1.1.41

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.
@@ -133,7 +133,6 @@ module Myreplicator
133
133
 
134
134
  if options[:export_type]=="incremental" && !options[:incremental_col].blank? && !options[:incremental_val].blank?
135
135
  if options[:incremental_col_type] == "datetime"
136
- sql += "WHERE #{options[:incremental_col]} >= '#{options[:incremental_val]}'"
137
136
  if options[:incremental_val] == "0"
138
137
  options[:incremental_val] = "1900-01-01 00:00:00"
139
138
  end
@@ -1,3 +1,3 @@
1
1
  module Myreplicator
2
- VERSION = "1.1.40"
2
+ VERSION = "1.1.41"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myreplicator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.40
4
+ version: 1.1.41
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -298,7 +298,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
298
298
  version: '0'
299
299
  segments:
300
300
  - 0
301
- hash: -1522272602632564110
301
+ hash: 2623750824110033889
302
302
  required_rubygems_version: !ruby/object:Gem::Requirement
303
303
  none: false
304
304
  requirements:
@@ -307,7 +307,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
307
307
  version: '0'
308
308
  segments:
309
309
  - 0
310
- hash: -1522272602632564110
310
+ hash: 2623750824110033889
311
311
  requirements: []
312
312
  rubyforge_project:
313
313
  rubygems_version: 1.8.24