From: Yuval T. <yu...@ad...> - 2005-01-20 11:50:34
|
Hello, >I agree with you, Yuval. I think we should release the current CVS as v1.0 (stable?) >and start a new branch as v1.1 (development version) > > What we have until now is pretty stable (AFAIK). All the (known) bugs are fixed (segfaults, leaks, etc.). So, yeah we could release it as 1.0 and start working on the next generation, making sure it's fully compliant with python's DB-API (i'm not sure the current module is fully compliant). >Yuval, have you started a new db2 module coding or have any idea what a new db2 module >should be? > > Yes, I have, actually... I started implementing a MySQLdb-like module, which means implementing the basics in C (connection object, errors) and all the rest (connection object wrappers, cursors, converters, etc.) in python. This would help us with all the ref. counting problems we had in the past (like the problem we had with the cyclic dep. between the cursor object and connection object for example). >I'm setting up DB2 v8.2 system right now. > > Any changes in the DB2 API for 8.2 ? -- Yuval Turgeman Content Technology, Aduva LTD. |