Opened 16 years ago
Closed 4 years ago
#449 closed defect (wontfix)
SHP provider capability SupportsParameters() is incorrect
Reported by: | jng | Owned by: | danstoica |
---|---|---|---|
Priority: | major | Milestone: | 3.4.0 |
Component: | SHP Provider | Version: | 3.4.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
Currently the SHP provider returns false for the SupportParameters() capability.
But look at the unit tests, and you will see clear usage of FdoParameter objects for batch inserts, so this is clearly not the case.
Change History (2)
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 4 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I think is safe to assume that
SupportParameters()
refers to whether it is safe toFdoISelect::GetParameterValues()
and not referring toFdoParameter
usage in a batch insert context