Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When using a DBQuery object with expressions which have no UpdateColumn then calling getFieldIndex on DBRecordData will result in a NullPointerException.
Solution: ColumnExpressions must be wrapped in DBColumn wrapper.