Ticket #28 (closed defect: fixed)
MySQL: cannot insert into or update foreign schema class via FDO gateway
| Reported by: | brentrobinson | Owned by: | brentrobinson |
|---|---|---|---|
| Priority: | major | Milestone: | 3.3.0 |
| Component: | MySQL Provider | Version: | 3.2.0 |
| Severity: | 2 | Keywords: | foreign schema insert |
| Cc: | External ID: |
Description
- created a non-FDO datastore with a single table with the following columns:
id varchar(20) not null. data varchar(50) null, geometry geometry, primary key(id)
- created an FDO datastore and applied a Feature Schema and schema overrides that
relate a feature class to the above table.
- executed a FdoIInsert command against the feature class. Got the following
exception:
No column for property 'ClassId?'
Change History
Note: See
TracTickets for help on using
tickets.
