History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-1837
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Brad Johnson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

rdbm.DatabasemetaDataImpl tests make assumptions about exceptions

Created: 01/Oct/07 02:57 PM   Updated: 03/Oct/07 11:58 AM
Component/s: Database
Affects Version/s: 2.6.1 RC1, 2.6.1 RC2
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
The tests in DatabasemetaDataImpl should first verify the basic ability to make a query before assuming that various features are unsupported because of exceptions thrown.

If the database is accepting connections, but throwing Exceptions on every query uPortal assumes the following:
    Supports:
        Prepared Statements: false
        Outer Joins: false
        Transactions: false (driver lies)
        {ts metasyntax: false
        TO_DATE(): false


UP-1437 made uPortal retry the tests if the database connection was completely unavailable when started.

 All   Comments   Work Log   Change History      Sort Order:
Eric Dalquist [02/Oct/07 02:20 PM]
This appears to have been fixed in UP-1437 in the code released as 2.6.1-RC1, are you still seeing the bad meta-data behavior even though the code has been changed per UP-1437?