Node-postgres: currentSchema/pg-connection-string

Created on 14 Nov 2017  路  5Comments  路  Source: brianc/node-postgres

hello,

I see pg-connection-string version used is 0.1.3, which is quite outdated.
Current version of pg-connection-string published to npm is 2.0.0, which includes changes to support currentSchema parameter.

Any plans to upgrade version so that schema will be supported, or are there any complications?

Most helpful comment

I can bump the version, it just might require a semver major bump. I'll look into it. You can also consume the module yourself in the mean time and pass the parsed connection info direction to the client/pool constructor.

All 5 comments

Even version 2.0.0 is outdated, in what it supports.

Related: #1470

And it now needs to support this notation: https://github.com/mongodb/specifications/blob/master/source/connection-string/connection-string-spec.rst

I can bump the version, it just might require a semver major bump. I'll look into it. You can also consume the module yourself in the mean time and pass the parsed connection info direction to the client/pool constructor.

Any news on this?

@uLan08 #1689

Changed in 698993ec6d082ccd8be87404be3995364c08c7fa, first released in [email protected].

Was this page helpful?
0 / 5 - 0 ratings

Related issues

frmoded picture frmoded  路  3Comments

AhmedBHameed picture AhmedBHameed  路  3Comments

KeynesYouDigIt picture KeynesYouDigIt  路  3Comments

lucasmrl picture lucasmrl  路  3Comments

ClueLessEggHead picture ClueLessEggHead  路  3Comments