logging module itself throws UnicodeDecodeError ? are you sending
exception messages using logging.debug() or similar ? my impression
is that you'd want to decode those manually doing something like
string.decode('utf-8').
of course my collegue suggests, "maybe we should decode exception
messages within SA using engine.encoding", *after* I push send....but
I want to make sure im understanding how you're getting it to raise
the error in the first place since we're not able to trip up logging
on this end.
--
You received this message because you are subscribed to the Google Groups "sqlalchemy" group.
To view this discussion on the web visit https://groups.google.com/d/msg/sqlalchemy/-/OOEvbKoo63cJ.
To post to this group, send email to sqlal...@googlegroups.com.
To unsubscribe from this group, send email to sqlalchemy+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.