mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 22:00:16 +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
|
begin
|
||||||
case FParameters.NetTypeGroup of
|
case FParameters.NetTypeGroup of
|
||||||
ngMSSQL: Result := ' ESCAPE ' + EscapeString('\');
|
ngMSSQL: Result := ' ESCAPE ' + EscapeString('\');
|
||||||
ngMySQL: Result := '';
|
else Result := '';
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user