Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: jdbc-sqlserver plugin
-
Labels:None
Description
I'm not sure this is simply a mistake but is seems like the SQL Server 2008 supporting code does not add base dbms caps which means for instance that it can't build LIKE filters (and probably more?) - currently when using GetFeature with a like filter it will ask the db for all data and filter clientside causing performance problems (since no index can be used and full data is returned)
Supplied patch simply enables base dbms caps and initial tests seems to indicate that it works.