Details
Description
All JDBC(ng) related filter to sql have at least two common issues:
- they need to encode geometry literals with the same srid as the properties they are compared against, otherwise the spatial databases will throw an incompatible srid error
- they can leverage the SQLDialect to encode the geometry literals
A common superclass can handle the basic needs, and a prepared statement subclass can deal with the further specialized needs of a PS based dialect.
Or we can have just one class with a configuration parameter, which might help out implementors looking out to have both a PS and a non PS dialect around (for performance issues).
Activity
Andrea Aime
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Andrea Aime
made changes -
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Resolution | Fixed [ 1 ] |
Justin Deoliveira
made changes -
| Fix Version/s | 2.5.3 [ 14778 ] | |
| Fix Version/s | 2.5.4 [ 14940 ] |
Justin Deoliveira
made changes -
| Fix Version/s | 2.5.4 [ 14940 ] | |
| Fix Version/s | 2.5.5 [ 15085 ] |
Andrea Aime
made changes -
| Fix Version/s | 2.5.5 [ 15085 ] | |
| Fix Version/s | 2.5.6 [ 15269 ] |
Andrea Aime
made changes -
| Fix Version/s | 2.5.7 [ 15368 ] | |
| Fix Version/s | 2.5.6 [ 15269 ] |
Jody Garnett
made changes -
| Fix Version/s | 2.5.7 [ 15368 ] | |
| Fix Version/s | 2.5.8 [ 15543 ] |
Jody Garnett
made changes -
| Fix Version/s | 2.5.8 [ 15543 ] | |
| Fix Version/s | 2.5.9 [ 15876 ] |
Jody Garnett
made changes -
| Component/s | jdbc [ 12180 ] | |
| Component/s | data jdbc-ng [ 13503 ] |