mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
* read dataTypeID and tableID as unsigned uint this is causing issues in other projects, like https://github.com/sequelize/sequelize/issues/15466 * added tests for oids larger than 2^31