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

Fixed MySQLProfile drop SQL commands to use qualified schema+table names #1898

Closed

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    fab713e View commit details
    Browse the repository at this point in the history
  2. - Added a new unit test, MySQLQualifiedExtraTests, per @hvesalai

    - Reverted the fix for slick#1898 to force MySQLQualifiedExtraTests to fail
    - Updated ForeignKeyTest to drop schema tables
      (if run on MySQL, it would be MySQLUnqualifiedExtraTests)
    NicolasRouquette committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    b9ddfe9 View commit details
    Browse the repository at this point in the history
  3. - Added MySQLQualifiedExtraTest to testkit-reference.conf

    - Removed duplicate drop in ForeignKeyTest
    NicolasRouquette committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    485d469 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b04bd0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1097c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71fd5df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab265f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8aed5c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    642b7ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0adcc5 View commit details
    Browse the repository at this point in the history