mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 19:20:17 +08:00
Remove "experimental" from MSSQL net types.
This commit is contained in:
@ -1208,15 +1208,15 @@ begin
|
|||||||
ntMySQL_SSHtunnel:
|
ntMySQL_SSHtunnel:
|
||||||
Result := My+' (SSH tunnel)';
|
Result := My+' (SSH tunnel)';
|
||||||
ntMSSQL_NamedPipe:
|
ntMSSQL_NamedPipe:
|
||||||
Result := 'Microsoft SQL Server (named pipe, '+_('experimental')+')';
|
Result := 'Microsoft SQL Server (named pipe)';
|
||||||
ntMSSQL_TCPIP:
|
ntMSSQL_TCPIP:
|
||||||
Result := 'Microsoft SQL Server (TCP/IP, '+_('experimental')+')';
|
Result := 'Microsoft SQL Server (TCP/IP)';
|
||||||
ntMSSQL_SPX:
|
ntMSSQL_SPX:
|
||||||
Result := 'Microsoft SQL Server (SPX/IPX, '+_('experimental')+')';
|
Result := 'Microsoft SQL Server (SPX/IPX)';
|
||||||
ntMSSQL_VINES:
|
ntMSSQL_VINES:
|
||||||
Result := 'Microsoft SQL Server (Banyan VINES, '+_('experimental')+')';
|
Result := 'Microsoft SQL Server (Banyan VINES)';
|
||||||
ntMSSQL_RPC:
|
ntMSSQL_RPC:
|
||||||
Result := 'Microsoft SQL Server (Windows RPC, '+_('experimental')+')';
|
Result := 'Microsoft SQL Server (Windows RPC)';
|
||||||
ntPgSQL_TCPIP:
|
ntPgSQL_TCPIP:
|
||||||
Result := 'PostgreSQL ('+_('experimental')+')';
|
Result := 'PostgreSQL ('+_('experimental')+')';
|
||||||
end else case NetType of
|
end else case NetType of
|
||||||
|
Reference in New Issue
Block a user