True. I think that particular line sets the DSIZE parameter.

The correct solution was a bit difficult to find. I neeeded to add
sql_mode='PIPES_AS_CONCAT' to my connection string. This is for MySQL
compatibility since Jackrabbit does not seem to "properly" support MariaDB
specifically, but only via MySQL compatibility.

I guess it would be good to fix, either via proper MariaDB support or then
in documentation somehow.

ti 13.1.2026 klo 13.36 Julian Reschke ([email protected]) kirjoitti:

> Am 13.01.2026 um 12:33 schrieb Julian Reschke:
> > Am 13.01.2026 um 09:21 schrieb Lasse Lindqvist:
> >> I have been using a MariaDB database with MySQL driver and it has worked
> >> fine. Now I tried to use the "correct" driver, but it fails to
> >> ErrorPacket: Error: 1292-22007: Truncated incorrect DECIMAL value:
> >> '{"recoveryTime":null,"instance":"...
> >> ...
> >
> > Please open a JIRA issue.
> >
> > For now, by (admittingly lame) answer is: it has always been that way,
> > so maybe it's not a problem in Oak?
> >
> > Changing code here would require extensive testing with many databases.
> >
> > Best regards, Julian
>
> Wait.
>
>    appendDataWithComma.length()
>
> is a int, no?
>
> Best regards, Julian
>

Reply via email to