mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
feat: inject app name and version into potentially long during SQL queries for the SQL export
Refs #1988
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user