mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Support ON UPDATE SET DEFAULT and the same for ON DELETE in PostgreSQL foreign keys. See https://www.heidisql.com/forum.php?t=40413
This commit is contained in:
@ -2645,7 +2645,7 @@ begin
|
||||
end;
|
||||
4, 5: begin
|
||||
EnumEditor := TEnumEditorLink.Create(VT, True, nil);
|
||||
EnumEditor.ValueList.Text := 'RESTRICT'+CRLF+'CASCADE'+CRLF+'SET NULL'+CRLF+'NO ACTION';
|
||||
EnumEditor.ValueList := Explode(',', DBObject.Connection.GetSQLSpecifity(spForeignKeyEventAction));
|
||||
EditLink := EnumEditor;
|
||||
end;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user