mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 01:50:26 +02:00
* Change writeln+exit to ignore
This commit is contained in:
parent
3ecc1272e0
commit
c6e9c7c1f8
@ -470,10 +470,7 @@ var
|
||||
I: Integer;
|
||||
begin
|
||||
if SQLServerType<>ssMSSQL then
|
||||
begin
|
||||
WriteLn('TestMSSQLLargeStrings is suitable only for MSSQL');
|
||||
Exit;
|
||||
end;
|
||||
Ignore('TestMSSQLLargeStrings is suitable only for MSSQL');
|
||||
Q := TSQLQuery.Create(nil);
|
||||
try
|
||||
Q.SQLConnection := TSQLDBConnector(DBConnector).Connection;
|
||||
|
Loading…
Reference in New Issue
Block a user