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

str_like case sensitivity #1490

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 4, 2024

  1. str_like case sensitivity

    If ignore_case is true, an error is thrown for dbms without ILIKE. If ignore_case is false, LIKE is used consistently across dbms
    edward-burn committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d22e8e9 View commit details
    Browse the repository at this point in the history
  2. snapshot test

    edward-burn committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e4da507 View commit details
    Browse the repository at this point in the history
  3. cli message and snaps

    edward-burn committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e6ea1e3 View commit details
    Browse the repository at this point in the history
  4. updated sqlite version

    edward-burn committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    029aaee View commit details
    Browse the repository at this point in the history
  5. another snap

    edward-burn committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    127a932 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. updates

    edward-burn committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    43f9fb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. formatting

    edward-burn committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a8d36a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cfd161 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    eff93fe View commit details
    Browse the repository at this point in the history
  2. update snaps

    edward-burn committed May 3, 2024
    Configuration menu
    Copy the full SHA
    608631c View commit details
    Browse the repository at this point in the history
  3. delete extra line

    edward-burn committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8bd216c View commit details
    Browse the repository at this point in the history