From: SourceForge.net <no...@so...> - 2005-02-21 03:22:38
|
Bugs item #855986, was opened at 2003-12-07 19:26 Message generated for change (Comment added) made by ballie01 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=855986&group_id=16528 Category: None Group: None >Status: Pending >Resolution: Fixed Priority: 5 Submitted By: Ben Burton (bab) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot connect to postgresql-7.4betaX databases Initial Comment: (Received through the Debian BTS as #219862.) The PostgreSQL version string that is reported by postgresql-7.4beta5 (and all other betas) cannot be parsed by the pypgsql code. The problem is that the 'beta' in the version number confuses the parser in pgversion.c (in particular lines 277 and on, in the function PgVersion_New) which creates a PgVersion object from the string that the server reports. The function errors out and the connection fails. Thanks! ---------------------------------------------------------------------- >Comment By: Billy G. Allie (ballie01) Date: 2005-02-20 22:22 Message: Logged In: YES user_id=8500 Increased the robustness of pgversion to handle devel/alpha/beta versions of PostgreSQL ---------------------------------------------------------------------- Comment By: Gerhard Häring (ghaering) Date: 2004-10-05 04:08 Message: Logged In: YES user_id=163326 Can we drop the pgversion stuff? Alternatively, we must make it more robust. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=855986&group_id=16528 |