File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/interfaces/jdbc/org/postgresql/jdbc1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
* Copyright (c) 2003, PostgreSQL Global Development Group
10
10
*
11
11
* IDENTIFICATION
12
- * $PostgreSQL: pgsql/src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java,v 1.24 2003/11/29 19:52:10 pgsql Exp $
12
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java,v 1.25 2003/12/12 17:58:34 davec Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
@@ -834,7 +834,7 @@ public static boolean toBoolean(String s)
834
834
835
835
try
836
836
{
837
- if (Double .parseDouble ( s )==1 )
837
+ if (Double .valueOf ( s ). doubleValue ( )==1 )
838
838
return true ;
839
839
}
840
840
catch (NumberFormatException e )
You can’t perform that action at this time.
0 commit comments