Skip to content

v0.3.1

Compare
Choose a tag to compare
@elliotchance elliotchance released this 26 Jul 21:20
· 127 commits to main since this release
6ad17e2
Better handling of SQLSTATE (#11)

The SQLState structs now carry the SQLSTATE in their `code` attribute.
Along with the new functions `sqlstate_from_int()` and
`sqlstate_to_int()` more flexible printing and matching operations are
possible.