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.When using the PDO::debugDumpParams, is there a