mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
* perf(utils): fast prepareValue This PR add a performance improvements at prepare Value for non-object by skipping useless condition * fix: lint * fix: case of undefined * fix: review