Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give up (maybe temporarily) calling `PgPoolOptions.setUpConventionall…
…y` because the following error occurs probably when calling `withTransaction` in an internal project: ``` Cannot acquire a connection on a pipelined pool io.vertx.core.impl.NoStackTraceThrowable: Cannot acquire a connection on a pipelined pool ```
- Loading branch information
4c64c62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is final because one can't use transactions with pipelining with the current Vert.x SQL client.