Closed fisehara closed 12 months ago
rowCount can be NULL in the case of PG returning from LOCK
LOCK
Refernece: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/66990 https://github.com/brianc/node-postgres/pull/2967
In pinejs the case is handled and as of now we don't want to populate a breaking change by transparently push the types to callers.
Change-type: patch
rowCount can be NULL in the case of PG returning from
LOCK
Refernece: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/66990 https://github.com/brianc/node-postgres/pull/2967
In pinejs the case is handled and as of now we don't want to populate a breaking change by transparently push the types to callers.
Change-type: patch