jchrys

Results 11 issues of jchrys

## ⚠️ Deprecation Notice ⚠️ > Recently, there have been concerns about the maintenance of the R2DBC-MySQL project as the original repository appears to be abandoned. > However, we have...

**Is your feature request related to a problem? Please describe.** Currently, there is no support for executing stored procedures in our application, which limits our ability to interact with databases...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, there is no built-in support for rewriting batched statements, which results in performance issues when executing multiple statements as...

enhancement
help wanted

While Connection already implements Closeable as a mandatory part of R2DBC, other stateful objects such as ConnectionFactory could benefit from providing a way to release their resources through implementing the...

enhancement

The Wrapped interface is an optional extension provided by the R2DBC specification to access an instance of a resource which has been wrapped and for implementers to expose wrapped resources....

enhancement

Existing codec implementation exhibits strict type conversions. For instance, boolean codec converts to boolean only when data type is binary or TINYINT(1) BIT(1). However, In many real-world applications, data stored...

enhancement

Mysql-connector-j supports InputStream. ref: https://github.com/mysql/mysql-connector-j/blob/release/9.x/src/main/protocol-impl/java/com/mysql/cj/protocol/a/InputStreamValueEncoder.java

in `src/libpgmoneta/arc.c`, the `CORE_DEBUG` path uses the value without checking whether `pgmoneta_value_created` succeeded. This leads to using an uninitialized `struct value* v`. ## Reproduce run `./check.sh` with `CORE_DEBUG` flag. log...

**Describe the bug** WAL shipping crashes on the SSH storage engine when running a debug build, and the production build logs look off. `wal.c` only assigns `NODE_SERVER_ID` to the workflow...

bug