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

In the passed, I had to register a custom codec to process the citext. Is there a reason the library doesn't handle citext itself? One issue I found with my...

type: enhancement

Postgres 12 added Kerberos support, so it would make sense to support it as well. We need to ensure that Kerberos support doesn't introduce blocking calls when obtaining the principal...

type: enhancement
status: ideal-for-contribution

- Driver: 0.8.6 `PostgresTypes` does a `LEFT JOIN` against the namespaces, resulting in multiple types being returned if the type is defined in multiple namespaces https://github.com/pgjdbc/r2dbc-postgresql/blob/ff5c93c03090b18217edac3c93cedda40768cc72/src/main/java/io/r2dbc/postgresql/codec/PostgresTypes.java#L38-L39 I have a type...

status: ideal-for-contribution
type: task

Is there official way of getting COPY output result ? I see that `CopyData` messages are coming in `PostgresqlResult.messages` but there is no way for me to get it because...

type: enhancement
status: waiting-for-feedback

## Feature Request **PostgreSQL** supports two type of large object: - **byte array** (`R2DBC SPI` supports it with `Blob`) - **oid** as a reference (of course the `SPI` has no...

type: enhancement
status: ideal-for-contribution

## Bug Report #### Versions - Driver: 0.9.2.RELEASE - Database: 11.1 - Java: 11 - OS: Ubuntu 20.04 #### Current Behavior When running a simple query containing an in clause...

status: waiting-for-triage

[resolves #636] 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...

## Bug Report I don’t know for what reason, but an error occurs about casting Long types to Integer, although I don’t do this anywhere, the specific location of the...

status: waiting-for-triage

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.6.0 to 42.7.2. Release notes Sourced from org.postgresql:postgresql's releases. v42.7.1 Fixed regressions since 42.7.0 Revert "Use canonical DateStyle name (#2925)" @​vlsi (#3035) Revert "feat: support SET statements...

type: dependency-upgrade