You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Eranda Sooriyabandara (JIRA)" <ji...@apache.org> on 2009/05/01 01:23:31 UTC

[jira] Updated: (DERBY-4187) Convert altertable.sql to JUnit

     [ https://issues.apache.org/jira/browse/DERBY-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eranda Sooriyabandara updated DERBY-4187:
-----------------------------------------

    Attachment: AlterTableTest.diff

Hi Knut,
I replace unconverted cord as you say by
DatabaseMetaData.getColumns(). Though it didn't show compile errors(on
DatabaseMetaData.getColumns()) in the the netbeans IDE when compile
using ant it shows 21 compile errors in it.

As I search for DatabaseMetadata.getColumns() method it shows that,
-public ResultSet getColumns(String catalog,String
schemaPattern,String tableNamePattern,String columnNamePattern) throws
-SQLException
has 4 parameters and we did not use them. Can it be the causing of error?

Here I attach the changed code.
Thanks
Eranda


> Convert altertable.sql to JUnit
> -------------------------------
>
>                 Key: DERBY-4187
>                 URL: https://issues.apache.org/jira/browse/DERBY-4187
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.4.2.1
>            Reporter: Eranda Sooriyabandara
>            Priority: Minor
>             Fix For: 10.5.1.2
>
>         Attachments: AlterTable.diff, AlterTable.java, AlterTableTest.diff, AlterTableTest.diff
>
>   Original Estimate: 486.08h
>  Remaining Estimate: 486.08h
>
> Converting altertable.sql harness test to JUnit

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.