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

Use MySqlConnector instead of System.Data.SqlClient #9

Merged
merged 6 commits into from
Jul 20, 2024

Merge branch 'release/6.0.0' into main

3abdf6f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Use MySqlConnector instead of System.Data.SqlClient #9

Merge branch 'release/6.0.0' into main
3abdf6f
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Tests succeeded Mar 20, 2024 in 0s

10 passed, 0 failed and 0 skipped

Tests passed successfully

✅ _fv-az1433-799_2024-03-20_02_05_59.trx

10 tests were completed in 738ms with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DbUp.MySql.Tests.DatabaseSupportTests 3✅ 78ms
DbUp.MySql.Tests.MySqlConnectionManagerTests 5✅ 45ms
DbUp.MySql.Tests.MySqlSupportTests 1✅ 55ms
DbUp.MySql.Tests.NoPublicApiChanges 1✅ 42ms

✅ DbUp.MySql.Tests.DatabaseSupportTests

✅ VerifyBasicSupport
✅ VerifyJournalCreationIfNameChanged
✅ VerifyVariableSubstitutions

✅ DbUp.MySql.Tests.MySqlConnectionManagerTests

✅ CanParseMultilineScript
✅ CanParseSingleLineScript
✅ DoesNotGetStuckInSkipWhitespace
✅ ParsesOutBeginningDelimiter
✅ ParsesOutDelimiter

✅ DbUp.MySql.Tests.MySqlSupportTests

✅ CanHandleDelimiter

✅ DbUp.MySql.Tests.NoPublicApiChanges

✅ Run