kiba-plus 0.2.0 → 0.2.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.
- checksums.yaml +4 -4
- data/lib/kiba/plus/destination/pg_bulk_utils.rb +1 -1
- data/lib/kiba/plus/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b92d471a5e4b16eb461128e8fce8c650f1168bdd566d8dc86f088a2588b04ba6
|
|
4
|
+
data.tar.gz: 47968f523c74c2649a590ffac8ff065820602ee6b322c9488306305522a4a605
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c5a75e3efea8461564b4e26d7d65c44bdef7ffee8941e53471e9be3aa4423debb3b278148ea49861c15481942f3509bbff8af10df7355e6c8bfb3f37fe383e8
|
|
7
|
+
data.tar.gz: 76e13f396303c0b0c7552cafe3a72f14badd54fc77af900d13726ae49f8f4db584d099d0eec6331f96a396201dbacd7a792a59ff5efdedac2bfe505855f37d33
|
|
@@ -17,7 +17,7 @@ module Kiba::Plus::Destination
|
|
|
17
17
|
sql = <<-SQL
|
|
18
18
|
CREATE UNLOGGED TABLE IF NOT EXISTS #{staging_table_name} (
|
|
19
19
|
LIKE #{table_name} INCLUDING DEFAULTS INCLUDING CONSTRAINTS INCLUDING INDEXES
|
|
20
|
-
)
|
|
20
|
+
) WITH (autovacuum_enabled = off)
|
|
21
21
|
SQL
|
|
22
22
|
format_sql sql
|
|
23
23
|
end
|
data/lib/kiba/plus/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kiba-plus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hooopo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-08-
|
|
11
|
+
date: 2019-08-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: kiba
|