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

Key: UP-1506
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Nick Bolton
Reporter: Andrew Petro
Votes: 0
Watchers: 0
Operations

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

RDBMPermissionImpl use prepared statements

Created: 18/May/06 09:43 PM   Updated: 03/Jul/07 04:13 PM
Component/s: Permissions
Affects Version/s: None
Fix Version/s: 2.6.0 M1

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


 Description  « Hide
org/jasig/portal/security/provider/RDBMPermissionImpl
    * Reimplement the select() method to utilize prepared statements, which vastly improves repeated query execution.

This is an enhancement developed for Academus which Unicon now seeks to include in baseline uPortal.

 All   Comments   Work Log   Change History      Sort Order:
Nick Bolton [12/Feb/07 04:54 PM]
Refactored select method to use prepared statements for better performance.