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
Thanks for opening this. I hope I'll get to fix this at some point. Right now I'm occupied with some other things that I want to get ready before touching anything else.
I don't remember exactly why master connection is done with connection url instead of connection object. Probably we could just use connection object for master connection as well.
I wouldn't like to implement the proposed solution, because it is kind of hack/workaround and works only in a case where privileged and normal user are both the same and it does not address the real root cause of the problem.
When I try to connect forcing SSL...there is no way to do this.
For backwards compatibility, this is what I propose:
Here is the change to PostgresDatabaseManager.js (around line 214):
And here is my knexfile.js:
The text was updated successfully, but these errors were encountered: