Files
sqlalchemy/test/dialect
Mike Bayer 1b16954864 - introduce an optimizing type _NativeUnicodeMixin to oracle plus supporting
changes to Enum/SchemaType to re-support adaptation of string types.
This approach can be adapted by "conditional" unicode returning dialects
(i.e. pyodbc and possibly mxodbc) to remove the overhead
of isinstance(value, unicode) calls when the dialect returned type is
of dbapi.UNICODE, dbapi.NVARCHAR, etc.
2010-03-12 18:30:38 +00:00
..
2009-08-06 21:11:27 +00:00
2009-08-06 21:11:27 +00:00
2010-02-28 21:29:20 +00:00
2010-03-09 14:32:38 -05:00