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

[FEATURE] Test Set for MySQL Connection #2

Open
1 task
TheCedarPrince opened this issue Mar 14, 2023 · 0 comments
Open
1 task

[FEATURE] Test Set for MySQL Connection #2

TheCedarPrince opened this issue Mar 14, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@TheCedarPrince
Copy link
Collaborator

Currently, the test set for the MySQL integration via MySQL.jl does not exist yet. We need a test set that covers the following functions within mysql.jl:

  • _dbconnect - this function is the core dispatch within DBConnector.jl and is exported for a user

Since MySQL.jl satisfies the DBInterface, creating a test set should be very straightforward. One can create a test that passes a MySQL.Connection object to this dispatch and then makes sure that an error does not occur when returning a DBInterface.connect object.

@TheCedarPrince TheCedarPrince added enhancement New feature or request help wanted Extra attention is needed labels Mar 14, 2023
@Farreeda Farreeda mentioned this issue Mar 19, 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 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant