]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added size limit on test BLOB since mysql has a configured limit of 65535 (at least...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Mar 2006 21:23:19 +0000 (21:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Mar 2006 21:23:19 +0000 (21:23 +0000)
commitbb57264d52994f24b6239d4e5b4f2c5df8b2d998
tree3f0510d91851417c2f0196a512558f313141edd6
parent6bb1f8e7012c8f5740cbc92f40c42be111e70c50
added size limit on test BLOB since mysql has a configured limit of 65535 (at least on my server....)
test/testtypes.py