Steven Guerrero

Results 38 comments of Steven Guerrero

Hi there @Dreamkarifha9 and @seilon-zhang Could you please provide information about your Postgres server setup? Specifically what authentication method are you using and Postgres version, The next thing in the...

@seilon-zhang You are right. I will be adding support for this authentication method in the following days @Dreamkarifha9 I just released a new version that parses the Postgres error messages...

@Dreamkarifha9 The patch to check the error was released on 0.7.1 :/

@Dreamkarifha9 Ok, so it doesn't seem to be a connection error What method are you using to authenticate with your database? Plain password? SSL? TLS?

No, I mean how is your database configured. Or if you are using a database provided as a service (Amazon, Azure, etc) which one are you using and what are...

Did you configured the docker image yourself? Also can you come to the discord server? It's kinda annoying trying to figure out the issue this way

I'm in the postgres channel, the link is in the README

Can you try with master to see if the error is still happening?

I honestly don't know. I have to research this before I can take a shot at it

# queryArray/queryObject - [ ] Remove `query*(sql, ...params)` overload. Parameters must be provided as an object or as an array instead of relying on rest syntax - [ ] QueryConfig.args...