Hello!

On Sun, Dec 03, 2006 at 04:56:35PM +0100, Robert Forkel wrote:
> @@ -107,6 +107,8 @@
>              if self.use_dsn:
>                  conn = self.module.connect(self.dsn)
>              else:
> +                if 'port' in self.dsn_dict:
> +                    self.dsn_dict['port'] = str(self.dsn_dict['port'])
>                  conn = self.module.connect(**self.dsn_dict)

   Thank you. I don't think this is the best place to fix that. Why not fix
the place where the dsn_dict has been created? (Line 48.)

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