* Fix issue that ``dsn`` parameter was always present in the connection string even if it was not set by the user's call to ``connect()`` * Internal: First version to run on Travis. * Internal: Use pytest instead of unittest for testing * Internal: Allow for integration tests to run in custom environment * Internal: Simplify integration test configuration
0.2.1
-------------
* Internal: Change C++ test framework to Google Test
0.2.0
-------------
* New parameter types supported: ``bool``, ``datetime.date``, ``datetime.datetime`` * ``cursor.rowcount`` returns number of affected rows for manipulating queries * ``Connection`` supports ``rollback()`` * Improved handling of string parameters