You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Client.queryQueue is deprecated and will be removed in a future version.'
20
+
'Client.queryQueue is deprecated and will be removed in pg@9.0.'
23
21
)
24
22
25
23
constpgPassDeprecationNotice=nodeUtils.deprecate(
26
24
()=>{},
27
-
'pgpass support is deprecated and will be removed in a future version. '+
25
+
'pgpass support is deprecated and will be removed in pg@9.0. '+
28
26
'You can provide an async function as the password property to the Client/Pool constructor that returns a password instead. Within this function you can call the pgpass module in your own code.'
'Calling client.query() when the client is already executing a query is deprecated and will be removed in pg@9.0. Use asycn/await or an external async flow control mechanism instead.'
34
37
)
35
38
36
39
classClientextendsEventEmitter{
@@ -684,6 +687,9 @@ class Client extends EventEmitter {
'Calling client.query() when the client is already executing a query is deprecated and will be removed in pg@9.0. Use asycn/await or an external async flow control mechanism instead.'
0 commit comments