On Wed, Jan 10, 2007 at 06:33:36PM +0100, Felix Schwarz wrote:
> Therefore I propose changing the default value of __init__ to be "0" and 
> not "None".

> -    def __init__(self, db, user, passwd='', host='localhost', port=0, **kw):
> +    def __init__(self, db, user, passwd='', host='localhost', port=None, 
> **kw):

   The patch seems to be reverse.

> And now the changes outlined in my previous mail in order to support the 
> conv keyword for MySQL do indeed work as expected. See conv.patch. I hope 
> that the need for the changes enclosed in the attached patch files are 
> explained well enough. If anything is unclear please ask.

   IWBN to have a test for "conv".

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to