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

Updated the sqlparser fuzzer to use the latest version of the library. #169

Merged
merged 1 commit into from
Oct 21, 2017

Commits on Oct 21, 2017

  1. Updated the sqlparser fuzzer to use the latest version of the sqlpars…

    …er library.
    
    Specifically:
    * Fixed the issues related to API changes.
    * Changed to using the ParseNext() API (which can parse multiple statements).
    * Changed to use the io.Reader interface.
    * Added a class to artificially reduce the chunks that can be read, to increase the chance of buffer underrun/overrun errors.
    bramp committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    a96c24e View commit details
    Browse the repository at this point in the history