From: Oleg B. <ph...@ph...> - 2004-12-07 14:00:34
|
Hello! How long ago people stopped to use dbm connections? The dbmconnection module seems to be broken beyond repair - the module forgets to import required modules (os, atexit), expects wrong parameters in methods, does all sorts of wrongdoing. I tried to fix it, but completely failed. I'd like to drop it altogether. Especially in the light of work I am doing with SQL queries (DB API paramstyle parameters) - there is no a paramstyle for dbm cursors, there is no such thing as "dbm cursor". To make it work with SQL queries and parameters it need to be heaviliy modified after it would have been repaired... if it is possible at all. Or should I try to repair it? Or ignore it for now? Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |