-
support for mysql database with r2dbc (spring data r2dbc)
-
Some of the queries might benefit from using prepared statements.
-
Similar to #6424
#### Background:
We use Renovate in Docker (``renovate/renovate:24-slim``) and set ``RENOVATE_UNICODE_EMOJI`` to ``false``.
This also get's detected by Renovate as I see in the …
-
In a blank spring-boot-2.4.0-SNAPSHOT application, choosing the mariadb driver instead of a mysql driver for r2dbc results in all logs after and some during startup to be swallowed.
Compare output …
-
When creating a project via micronaut starter with testcontainers and mariadb features it creates following
gradle dependencies.
```groovy
dependencies {
implementation("io.micronaut:microna…
-
#### Need help!
I got the problem, but I just used a simple API.
#### Here are the message:
```
java.lang.IllegalArgumentException: totalColumns must be a positive integer
at dev.miku.r2dbc.…
-
Cloud Spanner supports read-only transactions, which is one of its [3 major transaction types](https://cloud.google.com/spanner/docs/transactions). We would like to support this in our [R2DBC driver f…
-
##### **Overview of the issue**
If trying to edit and save user in Reactive application then error occurs and user is not saved.
Tried to change first name from **User** to **User 2**.
St…
-
Hi,
I'm getting the following error `Cannot encode value of type 'class java.sql.Timestamp'` for a `java.sql.Timestamp` value.
Could you please add a codec for this case?
Thanks
-
Right now, drivers are required to infer parameter types from the binding value or the type `Class` via `Statement.bindNull(…)`. In most cases, type inference just works. There are some scenarios, in …