programatik29 / tokio-rusqlite

Asynchronous handle for rusqlite library.
MIT License
84 stars 20 forks source link

Implement unit tests for base `Connection` functionality #14

Closed czocher closed 1 year ago

czocher commented 1 year ago

This PR implements some basic unit tests for:

Additionally one double-close panic bug was also fixed.

Closes #13.