Skip to content

Commit 17f4852

Browse files
linq2dbotAzure Pipelines Bot
andauthored
Baselines for linq2db/linq2db#5200 (#1596)
* [Linux / Oracle 11g XE] baselines * [Linux / PostgreSQL 13] baselines * [Linux / Oracle 18c] baselines * [Linux / Oracle 19c] baselines * [Linux / Oracle 23c] baselines * [Linux / PostgreSQL 14] baselines * [Linux / Oracle 12c] baselines * [Linux / Oracle 21c] baselines --------- Co-authored-by: Azure Pipelines Bot <azp@linq2db.com>
1 parent eef6984 commit 17f4852

File tree

41 files changed

+2869
-1852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2869
-1852
lines changed

Oracle.11.Managed/Tests/DataProvider/OracleTests/Tests.DataProvider.OracleTests.DateTimeTest1(Oracle.11.Managed).sql

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ WHERE
66
t.ID >= 1000
77

88
-- Oracle.11.Managed Oracle11
9-
DECLARE @:p1 Clob(4000) -- Object
10-
SET @:p1 = NULL
11-
DECLARE @:p2 NClob(4000) -- Object
12-
SET @:p2 = NULL
139

1410
INSERT ALL
15-
INTO "AllTypes" (ID, "bigintDataType", "numericDataType", "bitDataType", "smallintDataType", "decimalDataType", "smallmoneyDataType", "intDataType", "tinyintDataType", "moneyDataType", "floatDataType", "realDataType", "datetimeDataType", "datetime2DataType", "datetimeoffsetDataType", "localZoneDataType", "charDataType", "varcharDataType", "textDataType", "ncharDataType", "nvarcharDataType", "ntextDataType", "binaryDataType", "bfileDataType", "guidDataType", "longDataType", "xmlDataType") VALUES (1000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,DATE '2020-02-29',TIMESTAMP '2020-02-29 17:54:55.123123',NULL,NULL,NULL,NULL,:p1,NULL,NULL,:p2,NULL,NULL,NULL,NULL,NULL)
11+
INTO "AllTypes" (ID, "bigintDataType", "numericDataType", "bitDataType", "smallintDataType", "decimalDataType", "smallmoneyDataType", "intDataType", "tinyintDataType", "moneyDataType", "floatDataType", "realDataType", "datetimeDataType", "datetime2DataType", "datetimeoffsetDataType", "localZoneDataType", "charDataType", "varcharDataType", "textDataType", "ncharDataType", "nvarcharDataType", "ntextDataType", "binaryDataType", "bfileDataType", "guidDataType", "longDataType", "xmlDataType") VALUES (1000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,DATE '2020-02-29',TIMESTAMP '2020-02-29 17:54:55.123123',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL)
1612
SELECT * FROM dual
1713

Oracle.11.Managed/Tests/DataProvider/OracleTests/Tests.DataProvider.OracleTests.DateTimeTest1Async(Oracle.11.Managed).sql

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ WHERE
66
t.ID >= 1000
77

88
-- Oracle.11.Managed Oracle11
9-
DECLARE @:p1 Clob(4000) -- Object
10-
SET @:p1 = NULL
11-
DECLARE @:p2 NClob(4000) -- Object
12-
SET @:p2 = NULL
139

1410
INSERT ALL
15-
INTO "AllTypes" (ID, "bigintDataType", "numericDataType", "bitDataType", "smallintDataType", "decimalDataType", "smallmoneyDataType", "intDataType", "tinyintDataType", "moneyDataType", "floatDataType", "realDataType", "datetimeDataType", "datetime2DataType", "datetimeoffsetDataType", "localZoneDataType", "charDataType", "varcharDataType", "textDataType", "ncharDataType", "nvarcharDataType", "ntextDataType", "binaryDataType", "bfileDataType", "guidDataType", "longDataType", "xmlDataType") VALUES (1000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,DATE '2020-02-29',TIMESTAMP '2020-02-29 17:54:55.123123',NULL,NULL,NULL,NULL,:p1,NULL,NULL,:p2,NULL,NULL,NULL,NULL,NULL)
11+
INTO "AllTypes" (ID, "bigintDataType", "numericDataType", "bitDataType", "smallintDataType", "decimalDataType", "smallmoneyDataType", "intDataType", "tinyintDataType", "moneyDataType", "floatDataType", "realDataType", "datetimeDataType", "datetime2DataType", "datetimeoffsetDataType", "localZoneDataType", "charDataType", "varcharDataType", "textDataType", "ncharDataType", "nvarcharDataType", "ntextDataType", "binaryDataType", "bfileDataType", "guidDataType", "longDataType", "xmlDataType") VALUES (1000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,DATE '2020-02-29',TIMESTAMP '2020-02-29 17:54:55.123123',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL)
1612
SELECT * FROM dual
1713

Oracle.11.Managed/Tests/DataProvider/OracleTests/Tests.DataProvider.OracleTests.DateTimeTest2(Oracle.11.Managed).sql

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ WHERE
66
t.ID >= 1000
77

88
-- Oracle.11.Managed Oracle11
9-
DECLARE @:p1 Clob(4000) -- Object
10-
SET @:p1 = NULL
11-
DECLARE @:p2 NClob(4000) -- Object
12-
SET @:p2 = NULL
139

1410
INSERT ALL
15-
INTO "AllTypes" (ID, "bigintDataType", "numericDataType", "bitDataType", "smallintDataType", "decimalDataType", "smallmoneyDataType", "intDataType", "tinyintDataType", "moneyDataType", "floatDataType", "realDataType", "datetimeDataType", "datetime2DataType", "datetimeoffsetDataType", "localZoneDataType", "charDataType", "varcharDataType", "textDataType", "ncharDataType", "nvarcharDataType", "ntextDataType", "binaryDataType", "bfileDataType", "guidDataType", "longDataType", "xmlDataType") VALUES (1000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,TO_TIMESTAMP('2020-02-29 17:54:55.1231234', 'YYYY-MM-DD HH24:MI:SS.FF7'),TO_TIMESTAMP('2020-02-29 17:54:55.1231234', 'YYYY-MM-DD HH24:MI:SS.FF7'),NULL,NULL,NULL,NULL,:p1,NULL,NULL,:p2,NULL,NULL,NULL,NULL,NULL)
11+
INTO "AllTypes" (ID, "bigintDataType", "numericDataType", "bitDataType", "smallintDataType", "decimalDataType", "smallmoneyDataType", "intDataType", "tinyintDataType", "moneyDataType", "floatDataType", "realDataType", "datetimeDataType", "datetime2DataType", "datetimeoffsetDataType", "localZoneDataType", "charDataType", "varcharDataType", "textDataType", "ncharDataType", "nvarcharDataType", "ntextDataType", "binaryDataType", "bfileDataType", "guidDataType", "longDataType", "xmlDataType") VALUES (1000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,TO_TIMESTAMP('2020-02-29 17:54:55.1231234', 'YYYY-MM-DD HH24:MI:SS.FF7'),TO_TIMESTAMP('2020-02-29 17:54:55.1231234', 'YYYY-MM-DD HH24:MI:SS.FF7'),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL)
1612
SELECT * FROM dual
1713

Oracle.11.Managed/Tests/DataProvider/OracleTests/Tests.DataProvider.OracleTests.DateTimeTest2Async(Oracle.11.Managed).sql

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ WHERE
66
t.ID >= 1000
77

88
-- Oracle.11.Managed Oracle11
9-
DECLARE @:p1 Clob(4000) -- Object
10-
SET @:p1 = NULL
11-
DECLARE @:p2 NClob(4000) -- Object
12-
SET @:p2 = NULL
139

1410
INSERT ALL
15-
INTO "AllTypes" (ID, "bigintDataType", "numericDataType", "bitDataType", "smallintDataType", "decimalDataType", "smallmoneyDataType", "intDataType", "tinyintDataType", "moneyDataType", "floatDataType", "realDataType", "datetimeDataType", "datetime2DataType", "datetimeoffsetDataType", "localZoneDataType", "charDataType", "varcharDataType", "textDataType", "ncharDataType", "nvarcharDataType", "ntextDataType", "binaryDataType", "bfileDataType", "guidDataType", "longDataType", "xmlDataType") VALUES (1000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,TO_TIMESTAMP('2020-02-29 17:54:55.1231234', 'YYYY-MM-DD HH24:MI:SS.FF7'),TO_TIMESTAMP('2020-02-29 17:54:55.1231234', 'YYYY-MM-DD HH24:MI:SS.FF7'),NULL,NULL,NULL,NULL,:p1,NULL,NULL,:p2,NULL,NULL,NULL,NULL,NULL)
11+
INTO "AllTypes" (ID, "bigintDataType", "numericDataType", "bitDataType", "smallintDataType", "decimalDataType", "smallmoneyDataType", "intDataType", "tinyintDataType", "moneyDataType", "floatDataType", "realDataType", "datetimeDataType", "datetime2DataType", "datetimeoffsetDataType", "localZoneDataType", "charDataType", "varcharDataType", "textDataType", "ncharDataType", "nvarcharDataType", "ntextDataType", "binaryDataType", "bfileDataType", "guidDataType", "longDataType", "xmlDataType") VALUES (1000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,TO_TIMESTAMP('2020-02-29 17:54:55.1231234', 'YYYY-MM-DD HH24:MI:SS.FF7'),TO_TIMESTAMP('2020-02-29 17:54:55.1231234', 'YYYY-MM-DD HH24:MI:SS.FF7'),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL)
1612
SELECT * FROM dual
1713

0 commit comments

Comments
 (0)