Remove "experimental" from MSSQL net types.

This commit is contained in:
Ansgar Becker
2014-05-03 04:16:56 +00:00
parent 542b25c87d
commit e2b1d623d0

View File

@ -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