diff --git a/source/tabletools.pas b/source/tabletools.pas index 29c17516..1980778d 100644 --- a/source/tabletools.pas +++ b/source/tabletools.pas @@ -2092,7 +2092,7 @@ begin Data := DBObj.Connection.GetResults( DBObj.Connection.ApplyLimitClause( 'SELECT', - '* FROM '+DBObj.QuotedDbAndTableName + OrderBy, + '/* '+APPNAME+' '+MainForm.AppVersion+' */ * FROM '+DBObj.QuotedDbAndTableName + OrderBy, Limit, Offset) );