in reply to Re: Need advice how to diagnose the problem when syntax using MAX() is correct according to MySQL monitor, but errors out in DBI
in thread [SOLVED] Need advice how to diagnose the problem when syntax using MAX() is correct according to MySQL monitor, but errors out in DBI
This is very interesting, strict mode and quoting names/identifiers.
I clearly do not want what you described, truncating strings or inserting zeroes in place of formatted data.
Now I am asking myself, is it better to add backticks for identifiers? Maybe these can help prevent the behaviour you described?
Regarding the other data... iirc the DBI documentation says one should not put the question marks into quotes or ticks...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Need advice how to diagnose the problem when syntax using MAX() is correct according to MySQL monitor, but errors out in DBI
by ysth (Canon) on Nov 23, 2025 at 17:18 UTC | |
|
Re^3: Need advice how to diagnose the problem when syntax using MAX() is correct according to MySQL monitor, but errors out in DBI
by ysth (Canon) on Nov 23, 2025 at 17:49 UTC |