paul-rouse / mysql-simple

A mid-level client library for the MySQL database, intended to be fast and easy to use.
Other
91 stars 35 forks source link

Test requires mysql server running #33

Closed kquick closed 7 years ago

kquick commented 7 years ago

The test makes an attempt to connect to a locally-running mysql server with a specific user and no password. This is an external dependency that will break any tool that attempts to run the tests automatically. Can this be removed from the cabal test specification and simply be built as an example utility instead?

paul-rouse commented 7 years ago

Let's close here and continue the discussion in https://github.com/paul-rouse/mysql/issues/26 sine the answer will apply to both packages.