Hey, I'm getting a warning when using pg-promise.
I'm using [email protected] and [email protected].
var pgp = require('pg-promise')();
yields the following output:
(node:60294) DeprecationWarning: Using Buffer without
newwill soon stop working. Usenew Buffer(), or preferablyBuffer.from(),Buffer.allocUnsafe()orBuffer.alloc()instead.
I believe this is a duplicate of #234
@MitMaro thanks, it is a duplicate indeed.
@paleite it will get attention by the time Node.js 7.x becomes an LTS ;)
Granted, the driver's support is less than good these days, so I'm looking at alternatives.
Version 7.2.1 of Node.js removed both the warning and the plans for making the change in 7.x :smile:
Problem solved! 馃樃
@vitaly-t That's what I call effective problem solving! 馃槃
Most helpful comment
Version 7.2.1 of Node.js removed both the warning and the plans for making the change in 7.x :smile:
Problem solved! 馃樃