]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- simplify the OurSQL dialect regarding py3k, this version gives it a fairly
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Feb 2010 20:12:43 +0000 (20:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Feb 2010 20:12:43 +0000 (20:12 +0000)
commitac1f58795ad49d643ff2993245d7cf458a4caf5b
treec6d3b4dc98f1c2b9d3c0b5ff7f10d74bf7f8cd59
parentba015e62cc1c688b11a7b8f916867f123a6fe206
- simplify the OurSQL dialect regarding py3k, this version gives it a fairly
fighting chance on python 3.  there's an oursql bug where it can't raise
an exception on executemany() correctly.
- needed to add "plain_query" wrappers for all the reflection methods.  not sure
why this was not needed earlier.
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/mysql/oursql.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/test/assertsql.py