in reply to JSON::XS utf8 formatted string will not load into MYSQL json type column
Are you using DBI placeholders?
If not, you will have to think about how to quote your SQL string, as the backslash is interpreted by MySQL as a quoting character.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: JSON::XS utf8 formatted string will not load into MYSQL json type column
by misterperl (Friar) on Aug 25, 2023 at 19:22 UTC | |
|
Re^2: JSON::XS utf8 formatted string will not load into MYSQL json type column
by misterperl (Friar) on Aug 25, 2023 at 19:13 UTC |