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
When connecting remotely to a database I'm getting the following error:
Hrana(Api("{\"error\":\"Timed out while opening database connection\"}"))
But only when calling statement.all like this:
conststatement=connection.prepare(query.text);if(arrayMode){statement.raw();}rows=statement.all(params)// timeout error here
This was working before, so not sure what I've changed (if anything). Hoping someone can shed some light on this -- do I just need to adjust a timeout value? I don't see that as a supported option when connecting to the database
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When connecting remotely to a database I'm getting the following error:
But only when calling
statement.all
like this:This was working before, so not sure what I've changed (if anything). Hoping someone can shed some light on this -- do I just need to adjust a timeout value? I don't see that as a supported option when connecting to the database
The text was updated successfully, but these errors were encountered: