Mark Paluch

Results 497 issues of Mark Paluch

We should be able to interact with sql_variant typed-columns

type: enhancement
status: ideal-for-contribution

**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)")...

type: bug

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:...

type: task

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...

type: task

Deprecations for #2288 and #2274.

type: enhancement

`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....

type: task