Are we on the same page, or am I still lost?

Not lost at all :)

Except I'd prefer if all Python API's would be unicode aware, and would
not encode/decode until it's utmost necessary. I think it would be nice
if the Python DB-API is reviewed and make unicode a requirement (for
quieries and results). This would be inline with the P3K efforts. And I
think that most dB drivers today do support unicode, MySQLdb obviously,
psycopg2 and pysqlite2 IMHO support unicode too. So I don't think
SQLAlchemy should do the encode/decode'ing unless the underlaying
driver doesn't support unicode.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to