#920 closed defect (fixed)
SQL Server computed column not implemented as "read only"
Reported by: | gBecker | Owned by: | danstoica |
---|---|---|---|
Priority: | major | Milestone: | 4.0.0 |
Component: | SQLServer Spatial | Version: | 4.0.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
When using computed columns in SQLServer these columns are not implemented as "ReadOnly"-properties in FDO Provider.
So, auto-generating a form from FDO class definition is insufficent at this point, because it would allow the user to enter a value for this (computed) property. For an example you can see this behaviour in FDO Toolbox when trying to add a new feature to a class with an auto-genrated column.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Patch to ensure readonly is set for computed column. Includes unit test