Documentation

This commit is contained in:
Ansgar Becker
2012-03-13 22:13:14 +00:00
parent 1a13a011c2
commit c0f97fd160

View File

@ -116,6 +116,7 @@ begin
DBObj := TreeDBO.GetNodeData(TreeDBO.FocusedNode); DBObj := TreeDBO.GetNodeData(TreeDBO.FocusedNode);
Result := TDBObject.Create(DBObj.Connection); Result := TDBObject.Create(DBObj.Connection);
Result.Assign(DBObj^); Result.Assign(DBObj^);
// Database privileges can be wildcarded. Tables/columns not so.
if Result.NodeType = lntDb then if Result.NodeType = lntDb then
Result.Database := esc(Result.Database, True, False); Result.Database := esc(Result.Database, True, False);
if Result.NodeType = lntNone then begin if Result.NodeType = lntNone then begin