There is a long standing problem that MiddleKit doesn't like MySQLdb 0.9.2, although
it gets along great with 0.9.1 and many versions prior. Under MySQLdb 0.9.2, some of
the MiddleKit tests yield "Too many connections":
[snip]
File "C:\All\echuck\Projects\Webware\MiddleKit\Run\MySQLObjectStore.p
I'm back from the dead with new tweaks to MiddleKit in CVS HEAD:
* Attribute names, which must be compatible with Python (since they get used as method
names), are now checked against a regex. (MiddleKit/Core/Attr.py __init__())
* Integer overflow error checking is reinstated under Python 2.3. I