Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.1.M0
-
Fix Version/s: 2.0.RC0
-
Component/s: jdbc-postgis plugin, main
-
Labels:None
-
Environment:PostgisDataStore skips every second remove opperation
Description
From JDBCFeatureStore ....
FeatureWriter writer = getDataStore().getFeatureWriter(typeName,
filter, getTransaction());
Feature feature;
try {
while (writer.hasNext())
} finally
{ writer.close(); }Issue Links
- is depended upon by
-
GEOT-95
Reconnect Postgis Strong Transaction Support
-
Im sort of worried it could be a difference in the drivers. Maybe we need a couple of result set level tests to ensure that both drivers behave the same.
If you guys need more help with this I will be back at work on Tuesday (6th Jan).