SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-458
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Louis Emmett
Votes: 0
Watchers: 0
Operations

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

Amend Ibatis GPS device to use RowHandler + enable parallel indexing

Created: 16/Sep/07 03:14 PM   Updated: 26/Mar/08 11:32 AM
Component/s: Compass::Gps
Affects Version/s: None
Fix Version/s: 2.0.0 RC1

File Attachments: 1. Text File SqlMapClient.patch.txt (3 kB)



 Description  « Hide
The current SqlMapClientGpsDevice implementation uses the Paginated List feature. As of 2.2 onwards this has been deprecated.
An suitable alternative is to use the RowHandler approach (patch enclosed)

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 16/Mar/08 03:39 PM
Hi Louis, is there a chance that you can reattach the patch?

Shay Banon added a comment - 26/Mar/08 11:32 AM
Fixed. Now iBatis will perform parallel indexing as well as use the new row handler. This means Compass required iBatis version 2.2 onwards now.