From e2b1d623d05f021e040f709490c4d798d670393d Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sat, 3 May 2014 04:16:56 +0000 Subject: [PATCH] Remove "experimental" from MSSQL net types. --- source/dbconnection.pas | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/dbconnection.pas b/source/dbconnection.pas index bfbbeaf0..6a208015 100644 --- a/source/dbconnection.pas +++ b/source/dbconnection.pas @@ -1208,15 +1208,15 @@ begin ntMySQL_SSHtunnel: Result := My+' (SSH tunnel)'; ntMSSQL_NamedPipe: - Result := 'Microsoft SQL Server (named pipe, '+_('experimental')+')'; + Result := 'Microsoft SQL Server (named pipe)'; ntMSSQL_TCPIP: - Result := 'Microsoft SQL Server (TCP/IP, '+_('experimental')+')'; + Result := 'Microsoft SQL Server (TCP/IP)'; ntMSSQL_SPX: - Result := 'Microsoft SQL Server (SPX/IPX, '+_('experimental')+')'; + Result := 'Microsoft SQL Server (SPX/IPX)'; ntMSSQL_VINES: - Result := 'Microsoft SQL Server (Banyan VINES, '+_('experimental')+')'; + Result := 'Microsoft SQL Server (Banyan VINES)'; ntMSSQL_RPC: - Result := 'Microsoft SQL Server (Windows RPC, '+_('experimental')+')'; + Result := 'Microsoft SQL Server (Windows RPC)'; ntPgSQL_TCPIP: Result := 'PostgreSQL ('+_('experimental')+')'; end else case NetType of