makumba_import 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/makumba_import/key_handler.rb +1 -1
- metadata +2 -2
@@ -36,7 +36,7 @@ module MakumbaImport
|
|
36
36
|
begin
|
37
37
|
object = Object.const_get(model)
|
38
38
|
primary_key = object.primary_key
|
39
|
-
current_max = object.unscoped.maximum(primary_key, :conditions => ["#{primary_key} > ? and #{primary_key} < ?", @dbsv << 24, (@dbsv + 1) << 24])
|
39
|
+
current_max = object.unscoped.maximum(primary_key, :conditions => ["#{primary_key} > ? and #{primary_key} < ?", @dbsv << 24, (@dbsv + 1) << 24]) || ((@dbsv << 24) + 1)
|
40
40
|
redis_key = "maxprimary_#{model}_#{@dbsv}"
|
41
41
|
|
42
42
|
@redis.set redis_key, current_max
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: makumba_import
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-02-
|
12
|
+
date: 2013-02-20 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Generate models matching your Makumba MDDs
|
15
15
|
email: marius.andra@gmail.com
|