[ 
https://issues.apache.org/jira/browse/DERBY-6261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682758#comment-13682758
 ] 

ASF subversion and git services commented on DERBY-6261:
--------------------------------------------------------

Commit 1492870 from [~myrna]
[ https://svn.apache.org/r1492870 ]

DERBY-6261; test getCurConnJdbc20.sql is no longer useful and can be removed.
                
> test getCurConnJdbc20.sql is no longer useful and can be removed
> ----------------------------------------------------------------
>
>                 Key: DERBY-6261
>                 URL: https://issues.apache.org/jira/browse/DERBY-6261
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>    Affects Versions: 10.11.0.0
>            Reporter: Myrna van Lunteren
>            Assignee: Myrna van Lunteren
>            Priority: Trivial
>
> The old harness style test jdbcapi/getCurConnJdbc20.sql is the last test 
> remaining in the jdbc20 suite.
> It runs with jdk12test=true, meaning with any jvm higher than 1.1.
> It creates a table, creates a procedure and executes it, then drops the table 
> and procedure.
> The comment before running the function says:
> -- now lets try a variety of errors
> However, the function is util.Jdbc20Test.newToJdbc20Method, but all this does 
> is:
>       Statement stmt = conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,
>                                                                        
> ResultSet.CONCUR_READ_ONLY);
> I don't see this doing anything more useful. 
> Perhaps more interesting things were planned but never implemented, this type 
> of statement is also created and tested in jdbcapi.ResultSetJdbc30Test, and 
> we don't support anything older than 1.6 now anymore, so this test can just 
> go.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to