activerecord-redshiftbulk-adapter 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21aed344d80e5f3c5d7a4ae51cb7834e1cf9ceb7
|
4
|
+
data.tar.gz: 010beb34bae665e21549c0254d58ffd253a3d6dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ec936c081776df86cfa4f2a674f8d5a018f4d6c5b0e6c6b392ac799df61f1d0e812ad48baee04e7fac42151e02129e7765e35ac47de3dde7214403a92656e2b
|
7
|
+
data.tar.gz: fee8a3a3749cd5301d17dadddcc2656905539e5572cb3082599f147f491fc454ff2a59aeb1b9c7df855d6921577b1c559d563c4c98b345b1429c845f58faebfa
|
@@ -10,7 +10,7 @@ require 'pg'
|
|
10
10
|
module ActiveRecord
|
11
11
|
class Base
|
12
12
|
# Establishes a connection to the database that's used by all Active Record objects
|
13
|
-
def self.
|
13
|
+
def self.redshiftbulk_connection(config) # :nodoc:
|
14
14
|
config = config.symbolize_keys
|
15
15
|
host = config[:host]
|
16
16
|
port = config[:port] || 5432
|