v2.0.4
Changed
- Changed
Connect
to return the reason for connections failing (instead of just "no connections were made when creating the session")
Fixed
- Fixed queries not being retried when using
Query()
, queries are now retried if the request failed due to a bad connection. - Fixed
Cursor
methods panicking if using a nil cursor, please note that you should still always check if your queries return an error.