https://issues.apache.org/bugzilla/show_bug.cgi?id=47440

           Summary: Remove DB-specific SQL statements from test cases
                    (SELECT 1)
           Product: Tomcat 6
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Modules: jdbc-pool
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Some of the test cases assume that the JDBC provider supports "SELECT 1" as a
valid SQL statement; however this is not always the case, e.g. Derby requires a
table name to select from.

The solution provided in the patches is to use the validation query defined in
the properties set up for the test, rather than always using "SELECT 1".

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to