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

makes escape processing strict according to JDBC spec #657

Closed
wants to merge 8 commits into from

Commits on Oct 6, 2016

  1. makes escape processing strict according to JDBC spec

    before, escape code parsing was very lenient and
    invalid escape code formats were accidentally processed.
    seut committed Oct 6, 2016
    Copy the full SHA
    d54da45 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e0fd850 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8db2598 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4c9a2d6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ac91f11 View commit details
    Browse the repository at this point in the history
  6. replace wildcard import with concrete ones

    addresses code style
    seut committed Oct 6, 2016
    Copy the full SHA
    9b60525 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f14333d View commit details
    Browse the repository at this point in the history
  8. another code style fix

    seut committed Oct 6, 2016
    Copy the full SHA
    c4479fd View commit details
    Browse the repository at this point in the history