feat: inject app name and version into potentially long during SQL queries for the SQL export

Refs #1988
This commit is contained in:
Ansgar Becker
2026-02-23 17:33:51 +01:00
parent eb5a3a551b
commit 401674177f

View File

@@ -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)
);