v1.3.1
Strings with non-ASCII characters would throw a UTF-8 decoding error. In Python 3, all strings from the database are in UTF-8 and using `set_charset` to set the character set to something other than UTF-8 will throw an `ValueError` exception.