Mark Paluch
Mark Paluch
We should be able to interact with sql_variant typed-columns
**Describe the bug** Not sure this is a reincarnation of #793. Attempting to read a JSON into `JsonNode` fails when the `ObjectMapper` is initialized with default typing. **Version information** 2.13.2...
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)")...
Building against the most recent H2 snapshots fails due to changes in the `com.h2.value` package. ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project r2dbc-h2: Compilation failure: Compilation failure:...
Compatibility verified. Upgrading `cassandra-all` to `4.0.0` requires a few changes and pretty often the server doesn't come up properly. Requires follow-up in a separate ticket. _Originally posted by @mp911de in...
Deprecations for #2288 and #2274.
`MappingRedisConverter.write(…)` attempts to obtain an entity from the given object to later on decide how to serialize it (collection, map, …). `PersistentEntity` retrieval breaks if the type is encapsulated (e.g....