Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Simple queries taking longer than 50 seconds when sendPreparedStatement is called #241

Open
gabfssilva opened this issue Jan 11, 2018 · 2 comments

Comments

@gabfssilva
Copy link

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?

@gabfssilva
Copy link
Author

gabfssilva commented Jan 14, 2018

Just discovered: the problem exists because all numeric scala types are being mapped to "Numeric". This PR corrects the issue: #231

@oshai
Copy link

oshai commented Sep 17, 2018

I fixed/reverted this in jasync-sql(fork) 0.8.30: jasync-sql/jasync-sql#16 . more details in the issue: jasync-sql/jasync-sql#15

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants