![]() |
|
Do you know where your variables are? | |
PerlMonks |
DBI and JSON fieldsby Bod (Parson) |
on Mar 12, 2024 at 12:28 UTC ( [id://11158199]=perlquestion: print w/replies, xml ) | Need Help?? |
Bod has asked for the wisdom of the Perl Monks concerning the following question: I'm creating user-defined custom fields in Maria DB using the JSON Data Type. I've never had cause to use this data type before so I've been But I seem to have hit a more tricky issue... I started with this DBI query: But this didn't work. I assumed it was a placeholder issue. However, I slowly removed the placeholders to test where things were going wrong. To the point where I arrived at this with no placeholders... The code doesn't die. But, if I run the same query directly against the same database: I get the result 1 Is there a problem using the MariaDB JSON Data Type with DBI or have I missed something else obvious?
Back to
Seekers of Perl Wisdom
|
|