Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get "one-liner" sql queries #44

Open
GoogleCodeExporter opened this issue Mar 30, 2015 · 1 comment
Open

Get "one-liner" sql queries #44

GoogleCodeExporter opened this issue Mar 30, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant