mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
PostgreSQL does not need a LIKE clause tail like MSSQL does.
This commit is contained in:
@ -4696,7 +4696,7 @@ function TDBConnection.LikeClauseTail: String;
|
||||
begin
|
||||
case FParameters.NetTypeGroup of
|
||||
ngMSSQL: Result := ' ESCAPE ' + EscapeString('\');
|
||||
ngMySQL: Result := '';
|
||||
else Result := '';
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user