vertx-sql-client
vertx-sql-client copied to clipboard
High performance reactive SQL Client written in Java
The documentation (JavaDoc) on `public PoolOptions setName(String)` in `PoolOptions.java` is as follows: > Set the pool name, used when the pool shared, otherwise ignored. @param name the new name @return...
#### Read me Read this first before creating an issue: - do not use this issue tracker to ask questions, instead use one of these [channels](https://vertx.io/community/). Questions will likely be...
### Version 4.5.14 (can't update until Resteasy does :( ) ### Context When using the MySQL client to read the results of a query via a cursor, fetching some rows...
### Version vertx-pg-client 4.5.13 ### Context In Postgres 15, it introduced [MERGE query](https://www.postgresql.org/docs/15/sql-merge.html). When we start to try using it with `vertx-pg-client`, we encountered an exception `current transaction is aborted,...
#### General We're encountering issues using Reactive Hibernate with Vert.x reactive db2 client and DB2 hosted on IBM Power i (AS400) v7.4. It appears that the Vert.x Reactive DB2 Client...
## Problem When running multiple instances of an application that uses PgPool, we observed a connection storm issue that leads to uneven load distribution across database readers. ### Scenario -...
This intermittent failures happens in both scheduled `4.x` and `master` builds. This seems to indicate Vert.x pooling of connections (in v5) is not the cause of the issue. The error...
#### Describe the feature vertx-mssql client (4.4.3) is failing to conect mssql server 2022 over ssl when Force Strict Encryption is enabled. Getting the below error in Application: Could not...
[Based on the documentation](https://vertx.io/docs/vertx-mssql-client/java/#_data_types_supported), [the `xml` data type](https://learn.microsoft.com/en-us/sql/relational-databases/xml/xml-data-type-and-columns-sql-server?view=sql-server-ver16) is not supported in MSSQL. Example of column definition: ```sql xmlColumn xml ``` It currently throws (during a select sql query): ```...
(We're still using `reactive-pg-client 0.11.4` but this appears to apply to this library as well and I assume no new development will take place for `reactive-pg-client` anyway so I'm opening...