Skip to content

Commit 91ae003

Browse files
linq2dbotAzure Pipelines Bot
andauthored
Baselines for linq2db/linq2db#5140 (#1560)
* [Linux / Firebird 2.5] baselines * [Linux / Firebird 4.0] baselines * [Linux / Firebird 3.0] baselines * [Linux / Firebird 5.0] baselines * [Linux / ClickHouse MySql] baselines * [Linux / ClickHouse Driver] baselines * [Linux / MariaDB 11] baselines * [Linux / MySQL 9 (both providers)] baselines * [Linux / PostgreSQL 13] baselines * [Linux / PostgreSQL 14] baselines * [Linux / ClickHouse Octonica] baselines * [Linux / PostgreSQL 15] baselines * [Linux / PostgreSQL 16] baselines * [Linux / PostgreSQL 17] baselines * [Linux / PostgreSQL 18] baselines --------- Co-authored-by: Azure Pipelines Bot <[email protected]>
1 parent fa9a894 commit 91ae003

File tree

141 files changed

+173
-173
lines changed

Some content is hidden

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

141 files changed

+173
-173
lines changed

ClickHouse.Driver.LinqService/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue1845Test(ClickHouse.Driver.LinqService).sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BeforeExecute
22
-- ClickHouse.Driver ClickHouse (asynchronously)
33

4-
WITH RECURSIVE CTE_1 AS
4+
WITH CTE_1 AS
55
(
66
SELECT
77
o.FirstName as Value1,

ClickHouse.Driver.LinqService/Tests/Linq/CteTests/Tests.Linq.CteTests.IssueCteDuplicateColumn(ClickHouse.Driver.LinqService).sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BeforeExecute
22
-- ClickHouse.Driver ClickHouse (asynchronously)
33

4-
WITH RECURSIVE CTE_1 AS
4+
WITH CTE_1 AS
55
(
66
SELECT
77
p.Value1 as Id2,

ClickHouse.Driver.LinqService/Tests/Linq/CteTests/Tests.Linq.CteTests.TestEmbedded(ClickHouse.Driver.LinqService).sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BeforeExecute
22
-- ClickHouse.Driver ClickHouse (asynchronously)
33

4-
WITH RECURSIVE CTE_1 AS
4+
WITH CTE_1 AS
55
(
66
SELECT
77
c_1.ChildID

ClickHouse.Driver.LinqService/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_SimpleChain(ClickHouse.Driver.LinqService).sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BeforeExecute
22
-- ClickHouse.Driver ClickHouse (asynchronously)
33

4-
WITH RECURSIVE CTE_1 AS
4+
WITH CTE_1 AS
55
(
66
SELECT
77
r.Id
@@ -43,7 +43,7 @@ FROM
4343
BeforeExecute
4444
-- ClickHouse.Driver ClickHouse (asynchronously)
4545

46-
WITH RECURSIVE CTE_1 AS
46+
WITH CTE_1 AS
4747
(
4848
SELECT
4949
r.Id,

ClickHouse.Driver/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue1845Test(ClickHouse.Driver).sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BeforeExecute
22
-- ClickHouse.Driver ClickHouse
33

4-
WITH RECURSIVE CTE_1 AS
4+
WITH CTE_1 AS
55
(
66
SELECT
77
o.FirstName as Value1,

ClickHouse.Driver/Tests/Linq/CteTests/Tests.Linq.CteTests.IssueCteDuplicateColumn(ClickHouse.Driver).sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BeforeExecute
22
-- ClickHouse.Driver ClickHouse
33

4-
WITH RECURSIVE CTE_1 AS
4+
WITH CTE_1 AS
55
(
66
SELECT
77
p.Value1 as Id2,

ClickHouse.Driver/Tests/Linq/CteTests/Tests.Linq.CteTests.TestEmbedded(ClickHouse.Driver).sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BeforeExecute
22
-- ClickHouse.Driver ClickHouse
33

4-
WITH RECURSIVE CTE_1 AS
4+
WITH CTE_1 AS
55
(
66
SELECT
77
c_1.ChildID

ClickHouse.Driver/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_SimpleChain(ClickHouse.Driver).sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BeforeExecute
22
-- ClickHouse.Driver ClickHouse
33

4-
WITH RECURSIVE CTE_1 AS
4+
WITH CTE_1 AS
55
(
66
SELECT
77
r.Id
@@ -43,7 +43,7 @@ FROM
4343
BeforeExecute
4444
-- ClickHouse.Driver ClickHouse
4545

46-
WITH RECURSIVE CTE_1 AS
46+
WITH CTE_1 AS
4747
(
4848
SELECT
4949
r.Id,

ClickHouse.MySql.LinqService/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue1845Test(ClickHouse.MySql.LinqService).sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BeforeExecute
22
-- ClickHouse.MySql ClickHouse (asynchronously)
33

4-
WITH RECURSIVE CTE_1 AS
4+
WITH CTE_1 AS
55
(
66
SELECT
77
o.FirstName as Value1,

ClickHouse.MySql.LinqService/Tests/Linq/CteTests/Tests.Linq.CteTests.IssueCteDuplicateColumn(ClickHouse.MySql.LinqService).sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BeforeExecute
22
-- ClickHouse.MySql ClickHouse (asynchronously)
33

4-
WITH RECURSIVE CTE_1 AS
4+
WITH CTE_1 AS
55
(
66
SELECT
77
p.Value1 as Id2,

0 commit comments

Comments
 (0)