clickhouse-activerecord 0.1.1 → 0.1.2
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 678367cbac5ed82b144255157353b904daacc7a7
|
|
4
|
+
data.tar.gz: 964abcf8cbd1b79f209d01c6a2a43d143e863954
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1f105f17c651ecfddc44fa837c2462adb1ab1f69eae6cd767a22c1f9b56774ee3e130d29ace118a5ad8e22f1a174c4a74ccab453dc0c888109b165abea130ac
|
|
7
|
+
data.tar.gz: f619f0b652ec11c51c6421ac6fd1800f14543ccdf654dd87e423e8a87974d4c71c87767524163edd1211eee97304fa3d6258a5372e394dfacf5135c079eefba8
|
|
@@ -114,15 +114,15 @@ module ActiveRecord
|
|
|
114
114
|
register_class_with_limit m, 'String', Type::String
|
|
115
115
|
register_class_with_limit m, 'Nullable(String)', Type::String
|
|
116
116
|
register_class_with_limit m, 'Uint8', Type::UnsignedInteger
|
|
117
|
+
register_class_with_limit m, 'Uint64', Type::BigInteger
|
|
118
|
+
register_class_with_limit m, 'Int64', Type::BigInteger
|
|
117
119
|
register_class_with_limit m, 'Date', Clickhouse::OID::Date
|
|
118
120
|
register_class_with_limit m, 'DateTime', Clickhouse::OID::DateTime
|
|
119
121
|
m.alias_type 'UInt16', 'uint8'
|
|
120
122
|
m.alias_type 'UInt32', 'uint8'
|
|
121
|
-
m.alias_type 'UInt64', 'uint8'
|
|
122
123
|
m.alias_type 'Int8', 'int8'
|
|
123
124
|
m.alias_type 'Int16', 'int8'
|
|
124
125
|
m.alias_type 'Int32', 'int8'
|
|
125
|
-
m.alias_type 'Int64', 'int8'
|
|
126
126
|
end
|
|
127
127
|
|
|
128
128
|
# Queries the database and returns the results in an Array-like object
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clickhouse-activerecord
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sergey Odintsov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|