mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Fix bug #772: cannot change value after set NULL
This commit is contained in:
@ -5884,6 +5884,7 @@ begin
|
||||
Row := @FDataGridResult.Rows[Node.Index];
|
||||
// Remember new value
|
||||
Row.Cells[Column].NewText := NewText;
|
||||
Row.Cells[Column].NewIsNull := False;
|
||||
Row.Cells[Column].Modified := True;
|
||||
// Set state of row for UPDATE mode, don't touch grsInserted
|
||||
if Row.State = grsDefault then
|
||||
|
Reference in New Issue
Block a user