Fix deletion of table rows with the column definition having NOT NULL TRUE and HAS NO DEFAULT VALUE. Fixes #2527

This commit is contained in:
Khushboo Vashi 2017-07-03 15:49:59 +01:00 committed by Dave Page
parent 2d5e55964a
commit f6b879233c

View File

@ -464,6 +464,7 @@ class TableCommand(GridCommand):
continue
column_type = {}
column_data = {}
for each_col in columns_info:
if (
columns_info[each_col]['not_null'] and