From: Yuval T. <yu...@ad...> - 2005-07-11 08:16:42
|
??? wrote: >Hi~ everyone, > >I've just refactored the module and uploaded to ftp://people.linuxkorea.co.kr/pub/DB2/src. >Can you please review the source code? > >I'm sure that this version is much better than the previous one. >It includes unittest code now. > >Sooner or later, I would like to upload this version to sf.net. > > This looks like a very nice release! Here's a list of non-standard features I was using in the previous module that have changed (and broke my code) :) 1. Connection object: removed .autocommit() function (Python DB API: constructor kwarg "autoCommit" for db specific parameters). 2. Missing DB2.CLOB type (Python DB API: describing very large columns should be done using DB2.Binary). 3. Fetchone returns a list rather than a tuple (Python DB API: "fetchone()" returns a sequence) I didn't have much time to dedicate for this project lately (sorry)... I am just starting to test the new module now. It looks very promising, I'll tell you how it goes. Thanks, -- Yuval Turgeman Content Technology, Aduva LTD. |