mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-17 06:40:39 +01:00
fcl-db: dbtestframework:
* cosmetic git-svn-id: trunk@26953 -
This commit is contained in:
parent
5bab60669c
commit
b2ad159b5b
@ -1746,7 +1746,7 @@ procedure TTestFieldTypes.TestParametersAndDates;
|
|||||||
var ADateStr : String;
|
var ADateStr : String;
|
||||||
begin
|
begin
|
||||||
if not(SQLServerType in [ssPostgreSQL, ssOracle]) then
|
if not(SQLServerType in [ssPostgreSQL, ssOracle]) then
|
||||||
Ignore('This test does not apply to this sqldb-connection type, since it doesn''t use semicolons for casts');
|
Ignore('This test does not apply to this sqldb connection type, since it doesn''t use semicolons for casts');
|
||||||
|
|
||||||
with TSQLDBConnector(DBConnector).Query do
|
with TSQLDBConnector(DBConnector).Query do
|
||||||
begin
|
begin
|
||||||
@ -1808,7 +1808,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
Ignore('This test does not apply to this sqldb-connection type, since it does not support selectable stored procedures.');
|
Ignore('This test does not apply to this sqldb connection type, since it does not support selectable stored procedures.');
|
||||||
Exit;
|
Exit;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
@ -2261,7 +2261,7 @@ end;
|
|||||||
procedure TTestFieldTypes.TestTemporaryTable;
|
procedure TTestFieldTypes.TestTemporaryTable;
|
||||||
begin
|
begin
|
||||||
// Tests rev.6481: "Do not use a new connection for every statement that is executed";
|
// Tests rev.6481: "Do not use a new connection for every statement that is executed";
|
||||||
if SQLServerType in [ssMSSQL, ssSybase] then Ignore('This test does not apply to this sqldb-connection type, since it doesn''t support temporary tables');
|
if SQLServerType in [ssMSSQL, ssSybase] then Ignore('This test does not apply to this sqldb connection type, since it doesn''t support temporary tables');
|
||||||
|
|
||||||
with TSQLDBConnector(DBConnector).Query do
|
with TSQLDBConnector(DBConnector).Query do
|
||||||
begin
|
begin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user