mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 10:02:10 +08:00
Flag MS SQL connection types as experimental.
This commit is contained in:
@ -647,15 +647,15 @@ begin
|
|||||||
ntMySQL_SSHtunnel:
|
ntMySQL_SSHtunnel:
|
||||||
Result := My+' (SSH tunnel)';
|
Result := My+' (SSH tunnel)';
|
||||||
ntMSSQL_NamedPipe:
|
ntMSSQL_NamedPipe:
|
||||||
Result := 'Microsoft SQL Server (named pipe)';
|
Result := 'Microsoft SQL Server (named pipe, experimental)';
|
||||||
ntMSSQL_TCPIP:
|
ntMSSQL_TCPIP:
|
||||||
Result := 'Microsoft SQL Server (TCP/IP)';
|
Result := 'Microsoft SQL Server (TCP/IP, experimental)';
|
||||||
ntMSSQL_SPX:
|
ntMSSQL_SPX:
|
||||||
Result := 'Microsoft SQL Server (SPX/IPX)';
|
Result := 'Microsoft SQL Server (SPX/IPX, experimental)';
|
||||||
ntMSSQL_VINES:
|
ntMSSQL_VINES:
|
||||||
Result := 'Microsoft SQL Server (Banyan VINES)';
|
Result := 'Microsoft SQL Server (Banyan VINES, experimental)';
|
||||||
ntMSSQL_RPC:
|
ntMSSQL_RPC:
|
||||||
Result := 'Microsoft SQL Server (Windows RPC)';
|
Result := 'Microsoft SQL Server (Windows RPC, experimental)';
|
||||||
end else case NetType of
|
end else case NetType of
|
||||||
ntMySQL_TCPIP, ntMySQL_NamedPipe, ntMySQL_SSHtunnel:
|
ntMySQL_TCPIP, ntMySQL_NamedPipe, ntMySQL_SSHtunnel:
|
||||||
Result := My;
|
Result := My;
|
||||||
|
Reference in New Issue
Block a user