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
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
I'm not being able to use postgresql-async in an existing PostgreSQL database since any query that I execute in a few tables is taking too long. I've been already using Slick with no issues whatsoever (not performance issues, at least) and I also tested with ScalikeJDBC. Also, if we execute sendQuery instead of sendPreparedStatement it works as expected.
Does anyone know what could be happening?
The text was updated successfully, but these errors were encountered:
Probably the same issue: #212
I'm not being able to use postgresql-async in an existing PostgreSQL database since any query that I execute in a few tables is taking too long. I've been already using Slick with no issues whatsoever (not performance issues, at least) and I also tested with ScalikeJDBC. Also, if we execute sendQuery instead of sendPreparedStatement it works as expected.
Does anyone know what could be happening?
The text was updated successfully, but these errors were encountered: