Problem with computed column with NDBUnit
- by jess
Hi,
I am loading data for tests in tables using xml and ndbunit.But,for a table having computed column,I am having problem.I get this error
The column "xyz" cannot be modified because it is either a computed column or is the result of a UNION operator.
I have modified the INSERT and UPDATE commands(removed the computed column) of sqladapter in xsd file,but still face the issue.
thanks