r2dbc-postgresql
r2dbc-postgresql copied to clipboard
Postgresql R2DBC Driver
I found r2dbc-postgresql depends on Netty 4.x. In Spring 6, it added optional Netty 5 as runtime, when use Netty 5 to build a Spring WebFlux project and use R2dbc/Postgres,...
Greeting! Please consider the following code. It's a conceptual model of a reactive chain which reads a stream of DDD-aggregates (in a real app I would be better off doing...
## Bug Report #### Versions - Driver: 1.0.4.RELEASE, 1.0.5.RELEASE - Database: postgres:16.1 - Java: 21, 11 - OS: Linux (KUbuntu 23.10), MacOs 14.4 #### Current Behavior When attempting to execute...
Also, we should support `sslnegotiation=requiredirect` as of Postgres 17. See https://github.com/postgres/postgres/commit/d39a49c1e459804831302807c724fa6512e90cf0
See #612 and #621 and #631
## Feature Request #### Is your feature request related to a problem? Please describe When using this driver via Spring, when exceptions that this driver throws occur, Spring wraps them...
…ng dot Make sure that: - [X] You have read the [contribution guidelines](https://github.com/pgjdbc/r2dbc-postgresql/blob/main/.github/CONTRIBUTING.adoc). - [X] You have created a feature request first to discuss your contribution intent. Please reference the...
## Bug Report #### Versions - Driver: n/a - Database: n/a - Java: n/a - OS: n/a #### Current Behavior SSL SNI hostname with trailing dot unable to connect. Throws...
DDL and DML migrations fails with enum data types. The application executes migrations that adding enum data type into Database, but Enum codecs tried to register during connection creation before...