|
@@ -470,10 +470,7 @@ var
|
|
I: Integer;
|
|
I: Integer;
|
|
begin
|
|
begin
|
|
if SQLServerType<>ssMSSQL then
|
|
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);
|
|
Q := TSQLQuery.Create(nil);
|
|
try
|
|
try
|
|
Q.SQLConnection := TSQLDBConnector(DBConnector).Connection;
|
|
Q.SQLConnection := TSQLDBConnector(DBConnector).Connection;
|