-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
pg-native after update [email protected] and [email protected]: Cannot read properties of null (reading 'Pool') #3431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have also tried const Client = require("pg-native");
const client = new Client();
|
This is likely a duplicate of #3429 PoC code:Result with latest `pg`Native: null
Native Pool: undefined Result with the PRNative: PG {
defaults: {
host: 'localhost',
user: 'REDACTED',
database: undefined,
password: null,
connectionString: undefined,
port: 5432,
rows: 0,
binary: false,
max: 10,
idleTimeoutMillis: 30000,
client_encoding: '',
ssl: false,
application_name: undefined,
fallback_application_name: undefined,
options: undefined,
parseInputDatesAsUTC: false,
statement_timeout: false,
lock_timeout: false,
idle_in_transaction_session_timeout: false,
query_timeout: false,
connect_timeout: 0,
keepalives: 1,
keepalives_idle: 0,
parseInt8: [Setter]
},
Client: [Function (anonymous)] { Query: [Function (anonymous)] },
Query: [Function (anonymous)],
Pool: [class BoundPool extends Pool],
_pools: [],
Connection: [class Connection extends EventEmitter],
types: {
getTypeParser: [Function: getTypeParser],
setTypeParser: [Function: setTypeParser],
arrayParser: { create: [Function: create] },
builtins: {
BOOL: 16,
BYTEA: 17,
CHAR: 18,
INT8: 20,
INT2: 21,
INT4: 23,
REGPROC: 24,
TEXT: 25,
OID: 26,
TID: 27,
XID: 28,
CID: 29,
JSON: 114,
XML: 142,
PG_NODE_TREE: 194,
SMGR: 210,
PATH: 602,
POLYGON: 604,
CIDR: 650,
FLOAT4: 700,
FLOAT8: 701,
ABSTIME: 702,
RELTIME: 703,
TINTERVAL: 704,
CIRCLE: 718,
MACADDR8: 774,
MONEY: 790,
MACADDR: 829,
INET: 869,
ACLITEM: 1033,
BPCHAR: 1042,
VARCHAR: 1043,
DATE: 1082,
TIME: 1083,
TIMESTAMP: 1114,
TIMESTAMPTZ: 1184,
INTERVAL: 1186,
TIMETZ: 1266,
BIT: 1560,
VARBIT: 1562,
NUMERIC: 1700,
REFCURSOR: 1790,
REGPROCEDURE: 2202,
REGOPER: 2203,
REGOPERATOR: 2204,
REGCLASS: 2205,
REGTYPE: 2206,
UUID: 2950,
TXID_SNAPSHOT: 2970,
PG_LSN: 3220,
PG_NDISTINCT: 3361,
PG_DEPENDENCIES: 3402,
TSVECTOR: 3614,
TSQUERY: 3615,
GTSVECTOR: 3642,
REGCONFIG: 3734,
REGDICTIONARY: 3769,
JSONB: 3802,
REGNAMESPACE: 4089,
REGROLE: 4096
}
},
DatabaseError: [class DatabaseError extends Error],
escapeIdentifier: [Function: escapeIdentifier],
escapeLiteral: [Function: escapeLiteral],
Result: [class Result],
utils: {
prepareValue: [Function: prepareValueWrapper],
normalizeQueryConfig: [Function: normalizeQueryConfig],
escapeIdentifier: [Function: escapeIdentifier],
escapeLiteral: [Function: escapeLiteral]
}
}
Native Pool: [class BoundPool extends Pool] |
|
this is fixed in the latest release. sorry for the headache! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error
The text was updated successfully, but these errors were encountered: