When using the PDO::debugDumpParams, is there a maximum number of characters the output will show for the "selected" query? After approx 500 characters the query is being ended in the middle of the query, while when outputting the prepare $query variable, the full query is being shown.
Also when removing certain parts of the query, it still show a part and not the full query (what I saw first, minus the part I remove, added a new piece which didn't show before).
Is this a know issue or is this something I can overwrite with the settings?
With kind regards