r2dbc-postgresql
r2dbc-postgresql copied to clipboard
Postgresql R2DBC Driver
When going through the simple query protocol the `Flux` operator `discardOnCancel` (https://github.com/pgjdbc/r2dbc-postgresql/blob/main/src/main/java/io/r2dbc/postgresql/PostgresqlStatement.java#L248) does not seem to be propagated to the `ReactorNettyClient.Conversation` sink. When a query is canceled, the `Operators#discardOnCancel` operator...
## Bug Report #### Versions - Driver:0.9.1 - Database:postgresql - Java:17 - OS:Linux、MacOs - Other:SpringBoot 2.7.2、WebFlux、SpringDataJpa、r2dbc #### Current Behavior When i executed my sql once time,the server executed some sql...
## Bug Report #### Versions - Driver: 0.9.1 - Database: 11.9 - Java: 17 - OS: Amazon Linux 2 #### Current Behavior When trying to save an entity with an...
Main discription of problem: There is a service that starts before the connection to the database appears, after the connection appears, this situation occurs: EnumCodec is created after the connection...
With the recent upgrade of sprint boot version 2.7.1, we are unable to obtain the database connection from the r2dbc pool. The code strucks at the below line until we...
It looks like as of `0.9.1.RELEASE`, the group id changed from `io.r2dbc` to `org.postgresql`. However, the previous artifact hasn't been redirected to it's new home, so there's really no way...
## Feature Request Add geography data type support #### Describe the solution you'd like "geography" data type can already be encoded to / decoded from the same Geometry abstract class...
Using `Statement.add()` and `bind` to execute batches is significantly slower than using `Connection.createBatch()`. Using bindings should be faster than recreating individual textual SQL statements and sending them over the connection....
## Feature Request #### Is your feature request related to a problem? Please describe When dealing with one-to-many relationships, it's often convenient to do a single query where the "many"...
## Feature Request The traditional Postgres JDBC driver supports Kerberos authentication (kerberosServerName, jaasApplicationName,... connection properties). In tightly controlled environments it is enforced to use Kerberos, blocking developers from using the...