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

fix: replace regex usage with simple search #2866

Merged
merged 7 commits into from
Sep 19, 2024
Merged

Commits on May 3, 2024

  1. fix regex usage

    Refactor use of regex to create a count statement
    Issue found by Sonar
    strehle committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8300e74 View commit details
    Browse the repository at this point in the history
  2. validate user input

    strehle committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8837664 View commit details
    Browse the repository at this point in the history
  3. refactor

    strehle committed May 3, 2024
    Configuration menu
    Copy the full SHA
    648bfc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20e3b67 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    c8ba9da View commit details
    Browse the repository at this point in the history
  2. Review:

    Move toLower only compare methods
    Add a more complex test with mix cases in SQL using where and order by
    strehle committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6316d78 View commit details
    Browse the repository at this point in the history
  3. test fix

    strehle committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    be963b7 View commit details
    Browse the repository at this point in the history