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

R2DBC H2 Implementation

Results 27 r2dbc-h2 issues
Sort by recently updated
recently updated
newest added

## Feature Request #### Problem I use simple custom codec to map Java enumeration name to `VARCHAR` in case of PostgreSQL database. I register it with implementation of `io.r2dbc.postgresql.extension.CodecRegistrar`. When...

Make sure that: - [ ] You have read the [contribution guidelines](https://github.com/r2dbc/.github/blob/main/CONTRIBUTING.adoc). - [ ] You have created a feature request first to discuss your contribution intent. Please reference the...

Found a lot of tests failed when updating Micronaut Data to the latest version https://github.com/micronaut-projects/micronaut-data/pull/1385 The main problem is here https://github.com/r2dbc/r2dbc-h2/blob/main/src/main/java/io/r2dbc/h2/H2Statement.java#L102 I think the problem is that some of the...

H2 apparently supports the table types backing `BigDecimal` to also return NaN, +Inf, and -Inf, all types unsupported natively by `BigDecimal`. We need expanded testing and verification of handling this...

type: enhancement

Same case as with #127. To solve that issue, we need to defer the stream consumption until statement execution. Reproducer: ``` Connection conn = …; conn.createStatement("INSERT INTO PERSON (first_name) VALUES(?1)")...

type: bug

## Bug Report #### Versions - Driver: 0.9.0.BUILD-SNAPSHOT - Database: h2 - Java: 11 - OS: Win10 #### Current Behavior JsonCodec tries to encode/decode for non-json string values and fails...

## Bug Report #### Versions - Driver: 0.8.4.RELEASE - SPI: 0.9.0.M1 - Database: 1.4.200 - Java: openjdk version "11.0.9.1" 2020-11-04 - OS: Microsoft Windows [Version 10.0.19042.867] #### Current Behavior The...

## Bug Report #### Versions - Driver: 0.8.4.RELEASE - SPI: 0.9.0.M1 - Database: 1.4.200 - Java: openjdk version "11.0.9.1" 2020-11-04 - OS: Microsoft Windows [Version 10.0.19042.867] #### Current Behavior Querying...

## Bug Report #### Versions - Driver: 0.8.4.RELEASE - SPI: 0.9.0.M1 - Database: 1.4.200 - Java: openjdk version "11.0.9.1" 2020-11-04 - OS: Microsoft Windows [Version 10.0.19042.867] #### Current Behavior This...