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

Support CHECK constraints for MySQL8 #452

Merged
merged 1 commit into from
Mar 13, 2023
Merged

Support CHECK constraints for MySQL8 #452

merged 1 commit into from
Mar 13, 2023

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Mar 13, 2023

Fix #450

@k1LoW k1LoW self-assigned this Mar 13, 2023
@k1LoW k1LoW added enhancement New feature or request minor labels Mar 13, 2023
@github-actions
Copy link
Contributor

Code Metrics Report

main (62ece04) #452 (655dc20) +/-
Coverage 67.7% 65.5% -2.2%
Code to Test Ratio 1:0.4 1:0.4 -0.0
Test Execution Time 2m37s 4m16s +1m39s
Details
  |                     | main (62ece04) | #452 (655dc20) |  +/-   |
  |---------------------|----------------|----------------|--------|
- | Coverage            |          67.7% |          65.5% |  -2.2% |
  |   Files             |             35 |             35 |      0 |
  |   Lines             |           3423 |           3445 |    +22 |
- |   Covered           |           2317 |           2255 |    -62 |
- | Code to Test Ratio  |          1:0.4 |          1:0.4 |   -0.0 |
  |   Code              |           8915 |           8963 |    +48 |
  |   Test              |           3882 |           3882 |      0 |
- | Test Execution Time |          2m37s |          4m16s | +1m39s |

Code coverage of files in pull request scope (74.1% → 72.8%)

Files Coverage +/-
drivers/mysql/mysql.go 72.8% -1.3%

Reported by octocov

@k1LoW k1LoW merged commit a23c45f into main Mar 13, 2023
@k1LoW k1LoW deleted the mysql8-check branch March 13, 2023 08:31
@github-actions github-actions bot mentioned this pull request Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support MySQL 8 check constraint 🙏
1 participant