]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- hardwire the huge LIMIT number on MySQL. this might fix the OurSQL py3k
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Dec 2010 23:45:19 +0000 (18:45 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Dec 2010 23:45:19 +0000 (18:45 -0500)
commit83be34c047ca6caf484c7aaaefe58fb078b3e81d
tree861f3026863fccd7517252ff0d928f0e12974eba
parent987828194ee571c39ed461a9233191d968e4f4c7
- hardwire the huge LIMIT number on MySQL.  this might fix the OurSQL py3k
bug we're having, though I'm not able to get a good run of OurSQL
on OSX right now either Python 2 or 3.
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/test_mysql.py