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
I am not able to create connections using Node 6.7.0 and libpq 1.8.5. Both connect() and connectSync() have no return value when the connection is successful (on libpq's side). Passing invalid parameters to the functions will result in an error and the error object is passed to my code as it should, but otherwise there is no value passed.
I am not able to create connections using Node 6.7.0 and libpq 1.8.5. Both connect() and connectSync() have no return value when the connection is successful (on libpq's side). Passing invalid parameters to the functions will result in an error and the error object is passed to my code as it should, but otherwise there is no value passed.
The text was updated successfully, but these errors were encountered: