pg_conn 0.33.0 → 0.33.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d008acfbbae8f338d5f83bcdacc35b40b67b986b04068dc82b9ae7fd8053e8d4
4
- data.tar.gz: 617b133d7c15c9e358b23331883b3ec7228227d3d70db59b5e7a74b01f111bf5
3
+ metadata.gz: '0819b55757ac186639c7615df4a1ec09fb449e85216a19cad30c7a6f8feb139f'
4
+ data.tar.gz: fdf28a9434d88abf0fb0f89b3459aeaf2602b1644524a931ab1b84832f9067a3
5
5
  SHA512:
6
- metadata.gz: 9c742a5c22f61d1add1b77b0c50047c596d901416b32d202e16eddc38f6718fe5357550e029fe863406c0243d157632dbe61bea85dc9428d9b862f8ec512fe8f
7
- data.tar.gz: adae387af6cf778c870bdae60beb94d12634c079048748d146bab24b6035ce4295968f72467a3283be5afe79360306e22279ce94d1e36d5c893e90918cd5f952
6
+ metadata.gz: a053216dde0bb4e3d060ff3dcd58527f2f36b1e560057020a8610c54fa32e00d0390c15841d44e3733039f10fa8a14cf98cb99660bd2d05daa1be9e2941dc139
7
+ data.tar.gz: 7c88b089bd4dbd3892ae20622a6edc0e2caf89f837833f78cf99fcb20bca91c92aad885029f5e381946970937414782513c3f7d4053d41512d391af0d6015eff
@@ -1,3 +1,3 @@
1
1
  module PgConn
2
- VERSION = "0.33.0"
2
+ VERSION = "0.33.1"
3
3
  end
data/lib/pg_conn.rb CHANGED
@@ -889,7 +889,7 @@ module PgConn
889
889
  # and log as a side-effect)
890
890
  if @pg_connection
891
891
  @timestamp, @timestamptz = @pg_connection.exec(
892
- 'select current_timestamp, current_timestamp::timestamp without time zone'
892
+ 'select current_timestamp::timestamp without time zone, current_timestamp'
893
893
  ).tuple_values(0)
894
894
  end
895
895
  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.33.0
4
+ version: 0.33.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claus Rasmussen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-15 00:00:00.000000000 Z
11
+ date: 2025-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg