Opened 15 years ago
Closed 15 years ago
#1048 closed defect (fixed)
Maestro API: GetProviderCapabilities() not properly deserializing XML content
Reported by: | jng | Owned by: | ksgeograf |
---|---|---|---|
Priority: | medium | Milestone: | Maestro-2.0 |
Component: | Maestro | Version: | 2.0.2 |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
If you call ServerConnectionI.GetProviderCapabilities() the FdoProviderCapabilities object returned has an empty list of function definitions.
eg. Take OSGeo.SDF, when calling GetProviderCapabilities("OSGeo.SDF") the FdoProviderCapabilities.Expression.FunctionDefinitionList is empty
Change History (4)
comment:1 by , 15 years ago
Milestone: | → Maestro-2.0 |
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Argument Definition lists also exhibit the same problem. Reopening.
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Argument definition fix applied in r4096
Note:
See TracTickets
for help on using tickets.
I will take a look.