r2dbc-mysql
r2dbc-mysql copied to clipboard
Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
While Connection already implements Closeable as a mandatory part of R2DBC, other stateful objects such as ConnectionFactory could benefit from providing a way to release their resources through implementing the...
The Wrapped interface is an optional extension provided by the R2DBC specification to access an instance of a resource which has been wrapped and for implementers to expose wrapped resources....
Existing codec implementation exhibits strict type conversions. For instance, boolean codec converts to boolean only when data type is binary or TINYINT(1) BIT(1). However, In many real-world applications, data stored...
Hi @mirromutth , #254 Motivation: If Capability.MARIADB_CLIENT_EXTENDED_TYPE_INFO is set, the Column Defintion Packet will contain extended type information. MariaDb returns JSON data as VARCHAR (MYSQL_TYPE_STRING) so reading the extended type...
Mysql-connector-j supports InputStream. ref: https://github.com/mysql/mysql-connector-j/blob/release/9.x/src/main/protocol-impl/java/com/mysql/cj/protocol/a/InputStreamValueEncoder.java
## Summary We had some issues around AWS RDS with cross region replication and rw/ro replicas with write forwarding. I believe it is a bug on the AWS side. But...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] It is currently not...
## Summary I would like to use caching_sha2_password authentication type in a situation where sslMode=DISABLED. ## Detailed description The way I tried it is, 1. sslMode=DISABLED&allowPublicKeyRetrieval=true - Failed 2. sslMode=DISABLED&allowPublicKeyRetrieval=true&tcpKeepAlive=true...
We intend to add MySQL 9.3 as a test target. However, this is currently blocked by [testcontainers/testcontainers-java#10184](https://github.com/testcontainers/testcontainers-java/issues/10184). This issue will track the progress and resolution of the upstream issue. Once...