r2dbc-postgresql icon indicating copy to clipboard operation
r2dbc-postgresql copied to clipboard

Postgresql R2DBC Driver

Results 51 r2dbc-postgresql issues
Sort by recently updated
recently updated
newest added
trafficstars

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,...

type: enhancement
type: dependency-upgrade

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...

for: external-project

## 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...

status: waiting-for-triage

Also, we should support `sslnegotiation=requiredirect` as of Postgres 17. See https://github.com/postgres/postgres/commit/d39a49c1e459804831302807c724fa6512e90cf0

type: enhancement

## 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...

type: enhancement
status: waiting-for-feedback

…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...

status: waiting-for-triage

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...

type: enhancement