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

215 - MariaDB case insensitive db name support #216

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

Commits on Jul 23, 2022

  1. Adding a flag to the tests contexts to mark when the running instance…

    … is case sensitive
    Javier Najera committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    6b974ff View commit details
    Browse the repository at this point in the history
  2. Adding a test for traying to create databases with the same name and …

    …different case
    Javier Najera committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    a41c012 View commit details
    Browse the repository at this point in the history
  3. Fix for the creating database with case sensitive name test

     - The base method swallows the exception, doing the same here to be consistent.
    Javier Najera committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    bfd4fac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    221ac13 View commit details
    Browse the repository at this point in the history
  5. Fixes the issue of not finding the database when having a different d…

    …atabase name case
    Javier Najera committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    620870e View commit details
    Browse the repository at this point in the history