You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 userSince MySQL.jl satisfies the
DBInterface
, creating a test set should be very straightforward. One can create a test that passes aMySQL.Connection
object to this dispatch and then makes sure that an error does not occur when returning aDBInterface.connect
object.The text was updated successfully, but these errors were encountered: