pg_conn 0.50.0 → 0.51.0

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
  SHA256:
3
- metadata.gz: 7d4a247037db05fc559956f4fd4e293c4dc2fe76c57be33aed61aed6e73918d0
4
- data.tar.gz: af4650f527a0866ea9b0d09e63de11ab8b666bc01e3eb2d178e6283e8ecbac9a
3
+ metadata.gz: 3038f0723fe2a3bc6d55ef0f63a8285e5609718ee82724120a172de2dfeb43c9
4
+ data.tar.gz: 8569540f40bf2a552267e0cd375a77507bf5b55ca57292b6b1f3379b3d24b397
5
5
  SHA512:
6
- metadata.gz: c26a178586d36c17b2a14d1cd1090896abf9f576c574f3616d8555bcc82ce5b434e436145c0944b0729e044df2ecb22e7923a9206443fc14625c2d8628b5c367
7
- data.tar.gz: 42404a7aeec08776c601fcd29fcb1b97f7ffeddb377b1940913082bc237ed3ae4ac1b75a44997e9ae140553420d78f54f76f3ae4dfc2272457ee62910b4aa031
6
+ metadata.gz: 465a3b017bea84c24baea313361e983e613b88c40b8c86c7c89fcb5afa9ecae33518ed4ce4ede8c52927ab9f9fc4a492bc7d192d126501723c82502b7bb74434
7
+ data.tar.gz: e4180ab018c38850f67ab3438ff669198b634f9c49155a3013b9cccf9af9cf940e354d30533b2acaa9990abd1468ab3088cfb6544cda32d1e0a76840b8fe77f0
@@ -117,7 +117,7 @@ module PgConn
117
117
  end
118
118
 
119
119
  # Return type of the given column or nil if not found
120
- def list_column_type(schema, relation = nil, column)
120
+ def column_type(schema, relation = nil, column)
121
121
  conn.tuples(column_list_type_query(schema, relation, column)).first&.last
122
122
  end
123
123
 
@@ -1,3 +1,3 @@
1
1
  module PgConn
2
- VERSION = "0.50.0"
2
+ VERSION = "0.51.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_conn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.0
4
+ version: 0.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claus Rasmussen