log4jdbc icon indicating copy to clipboard operation
log4jdbc copied to clipboard

Get "one-liner" sql queries

Open GoogleCodeExporter opened this issue 9 years ago • 1 comments

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

GoogleCodeExporter avatar Mar 30 '15 12:03 GoogleCodeExporter

Original comment by [email protected] on 5 Mar 2012 at 11:58

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

GoogleCodeExporter avatar Mar 30 '15 12:03 GoogleCodeExporter