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

Fix parsing foreign key constraints #489

Merged
merged 4 commits into from
Jun 16, 2023
Merged

Fix parsing foreign key constraints #489

merged 4 commits into from
Jun 16, 2023

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Jun 15, 2023

Fix #476

@k1LoW k1LoW added the bug Something isn't working label Jun 15, 2023
@k1LoW k1LoW self-assigned this Jun 15, 2023
@github-actions
Copy link
Contributor

Code Metrics Report

main (0dddf16) #489 (be12ab3) +/-
Coverage 64.5% 62.5% -2.0%
Code to Test Ratio 1:0.4 1:0.4 +0.0
Test Execution Time 3m47s 5m3s +1m16s
Details
  |                     | main (0dddf16) | #489 (be12ab3) |  +/-   |
  |---------------------|----------------|----------------|--------|
- | Coverage            |          64.5% |          62.5% |  -2.0% |
  |   Files             |             36 |             36 |      0 |
  |   Lines             |           3682 |           3690 |     +8 |
- |   Covered           |           2375 |           2307 |    -68 |
+ | Code to Test Ratio  |          1:0.4 |          1:0.4 |   +0.0 |
  |   Code              |           9587 |           9602 |    +15 |
+ |   Test              |           3880 |           3910 |    +30 |
- | Test Execution Time |          3m47s |           5m3s | +1m16s |

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

Files Coverage +/-
drivers/mysql/mysql.go 73.0% +0.2%
drivers/postgres/postgres.go 81.2% -0.1%
drivers/sqlite/sqlite.go 89.7% +0.1%

Reported by octocov

@k1LoW k1LoW merged commit 07c9d27 into main Jun 16, 2023
3 checks passed
@k1LoW k1LoW deleted the fix-fk-parse branch June 16, 2023 00:56
@github-actions github-actions bot mentioned this pull request Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error generating with foreign key in PostgreSQL
1 participant