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

statement.split(";") cannot be used with strings which contains symbo… #24

Merged
merged 14 commits into from Aug 5, 2018

Commits on May 29, 2017

  1. Copy the full SHA
    a07944d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0eebc51 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Copy the full SHA
    ef04baf View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Copy the full SHA
    812f591 View commit details
    Browse the repository at this point in the history
  2. Ooops, comitted stuf that is completely broken. Use String instead of…

    … Charset and don't use default-value.
    djarnis73 committed Jun 1, 2017
    Copy the full SHA
    f621d71 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Copy the full SHA
    20bb23f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Copy the full SHA
    26da8de View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f82e291 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. statement.split(";") cannot be used with strings which contains symbo…

    …l ";" like "vasya;petya". I think, it would be better to check for the end of line after ";" symbol. At least we would have an opportunity to use semicolons in text.
    urvanov-ru committed Mar 27, 2018
    Copy the full SHA
    45bf3c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Add useCqlLexer option

    This will use the cql lexer instead of blindly splitting on ;
    djarnis73 committed Apr 12, 2018
    Copy the full SHA
    0ed68b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Copy the full SHA
    967e5d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/parse_using_cql_lexer' into cql-split-fix

    Conflicts:
    	src/main/java/org/codehaus/mojo/cassandra/AbstractCqlExecMojo.java
    urvanov-ru committed Apr 30, 2018
    Copy the full SHA
    65a45da View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    631d355 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Copy the full SHA
    9e2687e View commit details
    Browse the repository at this point in the history