Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
6.0.1
Description
Fixed a bug in Column.cs ValidateArrayDataTypes method:
From: if (Data.Array.Data.DataType != Field.DataType)
To: if (Data.Array.Data.DataType.TypeId != Field.DataType.TypeId)
Added unit test in TestTableBasics and others.
Attachments
Issue Links
- links to