You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure, I can take a look. Changing this to raw output does make sense, but I cannot reproduce your described error. Can you provide a fully working example or a unit test?
Problem
String in INSERT Query:
'>>Elit Tortor Ridiculus Vehicula! (Lorem Ipsum)<<'
dumpOutput->writeln outputs:
'>>Elit Tortor Ridiculus Vehicula! (Lorem Ipsum)\'
Fix
Use
$this->dumpOutput->writeln($query, Output::OUTPUT_RAW);
wherever applicable to prevent this faulty behaviour.The text was updated successfully, but these errors were encountered: