pg_conn 0.3.3 → 0.3.4

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: edc8c2d648a4ea373981633433cfc52ca94cdec159292f052a6ee5a077b56172
4
- data.tar.gz: 7823404356129c95cfcb37869641a32a8982bd11da0d1d7f730893aa0f746701
3
+ metadata.gz: 7f16674ecd9e41796dab773ca10d938a61619859676d2f8746a0d6694e598bb2
4
+ data.tar.gz: 9b88a48fa7692419c2bbf81e6f1162eb8a54477ac821517e3ba80738923b6128
5
5
  SHA512:
6
- metadata.gz: 6a539ed00e4a16a5ef9d3e400782d42000f19f578382e9721941b82c61cffb3f427856409b978224c42c2b533bb585df5e1c27765c73c1a9071809cc3c734358
7
- data.tar.gz: c93dab2fa0404ffe61b02c4c1fbc0021d290dade58471cd6cabce8e74cbe2372a3b6c1f4a2fefd5eff82ffa4b545b71fb54851fd6f0fcf8abb9b53b16892324a
6
+ metadata.gz: f31c28e8d255792671cce8e1697cdfbc6d140814cb3956ce2935c24aa4d52f2fffb5945761051568b97f1cbdafa39165dbe581a6d7b7ae0a594af238833acc5b
7
+ data.tar.gz: 44bac37de6928e4905db9c53c97728b1c528a17d23c62a8539b44f830e84d6e2b42c270a18028d5648b05aa840c868ddfb57e9affa3aee8023332f8c53f28aab
@@ -157,7 +157,7 @@ module PgConn
157
157
  a.atttypid::regtype::text as "type"
158
158
  from pg_class c
159
159
  join pg_attribute a on a.attrelid = c.oid
160
- where relnamespace::regnamespace::text = 'public'
160
+ where relnamespace::regnamespace::text = '#{schema}'
161
161
  and a.attnum > 0
162
162
  ),
163
163
  relation_clause
@@ -1,3 +1,3 @@
1
1
  module PgConn
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_conn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claus Rasmussen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-06 00:00:00.000000000 Z
11
+ date: 2022-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg