Deepa Remesh (JIRA) wrote:

>    [ 
> http://issues.apache.org/jira/browse/DERBY-453?page=comments#action_12322897 
> ] 
>
>Deepa Remesh commented on DERBY-453:
>------------------------------------
>
>As you said, setString would be more exact. Also, the method 
>setBigDecimalString takes a String parameter and it would be better to use it 
>directly. I will change setDouble to setString and submit another patch. 
>
>
>  
>
>
One more issue, I get this compile error because there is no
java.sql.Types.BOOLEAN in  jdk131.
Maybe java.sq.Types.BOOLEAN can just be commented out or omitted for now
as we don't have columns of that type.


compile:
    [javac] Compiling 27 source files to D:\p4\marsden_patch\classes
    [javac]
D:\p4\marsden_patch\opensource\java\testing\org\apache\derbyTesting\functionTests\util\BigDecimalHandler.java:66:
cannot resolve symbol
    [javac] symbol  : variable BOOLEAN
    [javac] location: class java.sql.Types
    [javac]             java.sql.Types.BOOLEAN,
    [javac]                               ^
    [javac] 1 error
    [javac] 3 warnings

BUILD FAILED
D:\p4\marsden_patch\build.xml:276: Following error occured while
executing this line

Reply via email to