myreplicator 1.1.16 → 1.1.17
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.
|
@@ -153,7 +153,7 @@ module Myreplicator
|
|
|
153
153
|
options[:table] = options[:table_name]
|
|
154
154
|
Kernel.p "===== MERGE ====="
|
|
155
155
|
vertica_merge options
|
|
156
|
-
drop the temp table
|
|
156
|
+
#drop the temp table
|
|
157
157
|
Kernel.p "===== DROP TEMP TABLE ====="
|
|
158
158
|
sql = "DROP TABLE IF EXISTS #{options[:db]}.#{options[:destination_schema]}.#{temp_table} CASCADE;"
|
|
159
159
|
VerticaDb::Base.connection.execute sql
|
data/lib/myreplicator/version.rb
CHANGED
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.
|
|
4
|
+
version: 1.1.17
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -356,7 +356,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
356
356
|
version: '0'
|
|
357
357
|
segments:
|
|
358
358
|
- 0
|
|
359
|
-
hash:
|
|
359
|
+
hash: -2747593640282198801
|
|
360
360
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
361
361
|
none: false
|
|
362
362
|
requirements:
|
|
@@ -365,7 +365,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
365
365
|
version: '0'
|
|
366
366
|
segments:
|
|
367
367
|
- 0
|
|
368
|
-
hash:
|
|
368
|
+
hash: -2747593640282198801
|
|
369
369
|
requirements: []
|
|
370
370
|
rubyforge_project:
|
|
371
371
|
rubygems_version: 1.8.24
|