Hi
if I try to store a Dataclass into a MySQL DB I receive sometimes the error message: Unknown column 'awop' in 'field list'.
Caused by: com.nm.sdk.NmEvaluatorException: Could not save structure to datasource 'bank'. java.sql.SQLException: Unknown column 'awop' in 'field list' Query: INSERT INTO "person"("awid",
While the error message is right, since there is no row awop, I have no clue where the awop is coming from. I use the SaveDataEntity so it is a generated insert Statement. Does anyone have a similar experience?
if I try to store a Dataclass into a MySQL DB I receive sometimes the error message: Unknown column 'awop' in 'field list'.
Caused by: com.nm.sdk.NmEvaluatorException: Could not save structure to datasource 'bank'. java.sql.SQLException: Unknown column 'awop' in 'field list' Query: INSERT INTO "person"("awid",
While the error message is right, since there is no row awop, I have no clue where the awop is coming from. I use the SaveDataEntity so it is a generated insert Statement. Does anyone have a similar experience?