Anonymous | Login | Signup for a new account | 12-17-2024 08:49 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0003746 | [Quercus] | feature | always | 11-05-09 11:32 | 11-05-09 12:47 | ||||
Reporter | PeterJ | View Status | public | ||||||
Assigned To | nam | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.2 | ||||||
Summary | 0003746: Enable overridding of setting TYPE_SCROLL_INSENSITIVE | ||||||||
Description |
I am trying to extend Quercus to support another database, but that database does not support TYPE_SCROLL_INSENSITIVE for queries, which means that neither the JdbcConnectionResource.query or JdbcStatementResource.prepare methods are working for me. The patch that I have attached creates a new method, JdbcConnectionResource.canSeek(), and used that method to determine what parameters to add to a query. By default, it returns true, which means existing code continues to work as is. Then developers working on integrating other databases can override canSeek() when extending JdbcConnectionResource. (I have tested this.) |
||||||||
Additional Information | |||||||||
Attached Files | quercus_scroll_insensitive.txt [^] (2,299 bytes) 11-05-09 11:32 | ||||||||
|
Notes | |
(0004286) nam 11-05-09 12:47 |
feature request added protected boolean isSeekable() { return true; } |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 26 unique queries executed. |