sometimes I get unicode warnings from SQLAlchemy ("Unicode type received
non-unicode bind param value").I find it very hard to fix these issues because I don't know where to look (often it's not a string literal explicitely in the code but some external library which returns a string instead of a unicode string). Could SQLAlchemy maybe add "repr(value)" to the unicode warning? The downside would be that people who want to ignore these had to actually configure a warning filter instead of just ignoring one line in the output. fs -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
