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
It would be nice to have an option in DriverSpy to strip new lines and replace
them by " ", something like
sql.replaceAll("\\s+", " ").
What is the expected output? What do you see instead?
Something like:
select *
from someTable
where column = 'something'
would become:
select * from someTable where column = 'something'
Original issue reported on code.google.com by [email protected] on 23 Feb 2012 at 6:56
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 23 Feb 2012 at 6:56The text was updated successfully, but these errors were encountered: