Changsoo Kim
Changsoo Kim
Hi! Yes, I am using com.github.jasync.sql.db.pool.ConnectionPool now and using `connectionPool.asSuspending()` to take connection object. (As far as I know, it uses `use` method internally) Here's the stacktrace. ``` com.github.jasync.sql.db.postgresql.exceptions.GenericDatabaseException: ErrorMessage(fields=[(Severity,...
@oshai Yes, I changed a table schema and it caused this problem. I found out the connection is automatically evicted (or re-cache..?) when this error happens. So, I'm handling this...
Hello, I think a limited encoder/decoder would be really helpful to many users. Our company is using spring MVC with GSON and planning to change our application to the Webflux...
Hi @bclozel ! Yes, even though it will be included in the 6.0.x, it must be helpful, not only me but the others.