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

Batch Splitter: Handle trailing comments with single quotes. #108

Merged
merged 2 commits into from
Mar 23, 2013

Commits on Mar 20, 2013

  1. Handle trailing comments with single quotes.

    + If a trailing comment contains a single quote and the following SQL batch contains a single quote, roundhouse was not recognizing them as separate batches.
    + Split the regex up to make it easier for the next person looking at it to understand.
    mpareja committed Mar 20, 2013
    Configuration menu
    Copy the full SHA
    e60c7e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2013

  1. Configuration menu
    Copy the full SHA
    4156cff View commit details
    Browse the repository at this point in the history