Files
sqlalchemy/test/sql
Mike Bayer f112dc1d53 - Fixed bug where SQL statement would be improperly ASCII-encoded
when a pre-DBAPI :class:`.StatementError` were raised within
:meth:`.Connection.execute`, causing encoding errors for
non-ASCII statements.  The stringification now remains within
Python unicode thus avoiding encoding errors. [ticket:2871]
2013-11-22 18:35:36 -05:00
..
2013-04-27 19:53:57 -04:00
2013-08-28 10:16:52 -04:00
2013-04-27 19:53:57 -04:00
2013-11-21 15:39:05 -05:00