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

Add support for check constraints. #270

Merged
merged 6 commits into from
Mar 28, 2018
Merged

Add support for check constraints. #270

merged 6 commits into from
Mar 28, 2018

Commits on Mar 18, 2018

  1. Configuration menu
    Copy the full SHA
    7266f11 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

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

Commits on Mar 21, 2018

  1. Configuration menu
    Copy the full SHA
    16ba7c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Improved CHECK constraint support

    - Warning shown when trying to create a CHECK constraint in MySQL
    - Constraint with names that were already added are ignored and a warning is shown
    - White spaces are now trimmed from constraint names
    - Improved tests
    SackCastellon committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    9cb4c4f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Configuration menu
    Copy the full SHA
    5fbacd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06880b4 View commit details
    Browse the repository at this point in the history