Closed toddself closed 7 years ago
sorry this looks like it's for the pg lib, not this one?
I see this is to-do'ed in the codebase!
Hey @toddself - I'm just letting you know with that message that using event emitters from client.query
is deprecated. It should still work. you can also suppress those deprecations if you want via this. Here's a migration guide that should hopefully help you out: https://node-postgres.com/guides/upgrading
Thanks for the comment @brianc -- we're not attaching or using the events on the returned value at all so I was worried that something was happening that was wrong on a deeper level :). We'll wait until everything gets updated. (And am always happy to help do work on this!)
Just upgrade to pg 6.3.0 and we're using pg-native as our client, now getting this: