On Sun, Dec 03, 2006 at 07:36:06PM +0100, Robert Forkel wrote:
> -                dsn_dict["port"] = port
> +                if psycopg.__version__.split('.')[0] == '1':
> +                    dsn_dict["port"] = str(port)
> +                else:
> +                    dsn_dict["port"] = port

   Applied and committed in the revisions 2113, 2114. Thank you!

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