Thread: npgsql - Npgsql2: Fixed handling of non digit chars when extracting

npgsql - Npgsql2: Fixed handling of non digit chars when extracting

From
fxjr@pgfoundry.org (User Fxjr)
Date:
Log Message:
-----------


Fixed handling of non digit chars when extracting server version from "select version()" return. It was giving problems
forserver versions in the format: 8.3beta1 for example. 

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        PGUtil.cs (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/PGUtil.cs.diff?r1=1.4&r2=1.5)