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:35:14 +01:00
parent 1b27b1d1ef
commit 93e1b39f94

View File

@@ -2063,7 +2063,7 @@ begin
Data := DBObj.Connection.GetResults(
DBObj.Connection.ApplyLimitClause(
'SELECT',
'* FROM '+DBObj.QuotedDbAndTableName + OrderBy,
'/* '+APPNAME+' '+MainForm.AppVersion+' */ * FROM '+DBObj.QuotedDbAndTableName + OrderBy,
Limit,
Offset)
);