@@ -110,13 +110,13 @@ class ConnectionManager extends AbstractConnectionManager {
return;
}
responded=true;
debug(`connection acquired`);
debug('connection acquired');
resolve(connection);
});
// If we didn't ever hear from the client.connect() callback the connection timeout, node-postgres does not treat this as an error since no active query was ever emitted
commonKeys.length&&Utils.warn(`Model attributes (${commonKeys.join(',')}) found in finder method options but options.where object is empty. Did you forget to use options.where?`);