[SQLObject] rough DB2 version of DBConnection.py
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <c...@de...> - 2004-05-31 08:06:29
|
hi, a fiew days ago i hacked together a DB2 version of DBConnection plus the related changes in Col.py and Converters.py. The DBConnection file is getting kinda long (ca. 1700 lines) perhaps its time to split the db specific parts out into seperate files. unfortinatly DB2 has a concept of tablespaces eg FooTbls.Foo, this means i have had to override several _SO_ functions from the DBAPI class. so now to the point: do you want a patch-set against the 0.5.2 release or the subversion tree? is it even worth patching considering that there will probably be major changes under the hood for the .6 release? is anybody even interested in using SQLObject with DB2? Please cc me as im not on the sqlobject-discuss list. kind regards, christoph |