r2dbc-postgresql
r2dbc-postgresql copied to clipboard
Postgresql R2DBC Driver
## Bug Report #### Versions - Driver: 1.0.5.RELEASE - Database: Postgress - Java: 17 - OS: Linux, Fedora #### Current Behavior I'm trying to connect with r2dbc in spring to...
Make sure that: - [X] You have read the [contribution guidelines](https://github.com/pgjdbc/r2dbc-postgresql/blob/main/.github/CONTRIBUTING.adoc). - [ ] You have created a feature request first to discuss your contribution intent. Please reference the feature...
- Driver: r2dbc-postgresql 1.0.5 - Database: 15.6 - Java: 17 - OS: Windows #### Current Behavior We decided to use r2dbc in our new new project what required porting some...
## Bug Report #### Versions - Driver: 1.0.5 - Database: PostgreSQL 13.12 - Java: 17 - OS: MacOS, Linux #### Current Behavior When you have query zipped in parallel with...
Issue #657 was introduced in 1.0.5 version and fixed in 1.0.6 version. There is another similar one still existing. It's in PostgresTypes class which is used to check the registered...
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 feature request...
## Feature Request #### Is your feature request related to a problem? Please describe This is somewhat related to #644 - the SPI defines transient errors vs non transient errors...
Closes #357 СС: @mp911de
This commit fixes self-suppression exception when using preferSecondary and all standby servers are unavailable Fix for issue: https://github.com/pgjdbc/r2dbc-postgresql/issues/677 Make sure that: - [x] You have read the [contribution guidelines](https://github.com/pgjdbc/r2dbc-postgresql/blob/main/.github/CONTRIBUTING.adoc). -...
## Bug Report I have not been able to find any information about this particular error on the Internet. #### Versions - Driver: r2dbc-postgres `v1.0.7` and r2dbc-pool `v1.0.2` - Database:...