[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - rework Oracle to no longer do its own unicode con
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-01-17 22:39:19
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/882f615c68cd/ Changeset: 882f615c68cd Branch: None User: zzzeek Date: 2014-01-17 23:36:43 Summary: - rework Oracle to no longer do its own unicode conversion; this has been observed to be very slow. this now has the effect of producing "conditional" unicode conversion for the Oracle backend, as it still returns NVARCHAR etc. as unicode [ticket:2911] - add new "conditional" functionality to unicode processors; the C-level function now uses PyUnicode_Check() as a fast alternative to the isinstance() check in Python Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |