Skip to content

Commit 49c6d4a

Browse files
linq2dbotAzure Pipelines Bot
andauthored
Baselines for linq2db/linq2db#5109 (#1532)
* [Windows / SQLite (specialized tests)] baselines * [Windows / SQL CE] baselines * [Windows / SQL Server 2005] baselines * [Windows / SQLite (both providers)] baselines * [Windows / SQL Server 2016] baselines * [Windows / SQL Server 2012] baselines * [Windows / SQL Server 2014] baselines * [Windows / SQL Server 2008] baselines * [Windows / Access ACE (OLEDB/ODBC) x86] baselines * [Linux / DB2 LUW 11.5] baselines * [Linux / Firebird 4.0] baselines * [Linux / Firebird 3.0] baselines * [Windows / Access MDB (Jet/ODBC)] baselines * [Linux / Informix 14.10] baselines * [Linux / Firebird 2.5] baselines * [Linux / Firebird 5.0] baselines * [Linux / ClickHouse MySql] baselines * [Windows / SQL Server 2017] baselines * [Linux / ClickHouse Driver] baselines * [Windows / SQL Server 2019] baselines * [Linux / MariaDB 11] baselines * [Linux / Oracle 11g XE] baselines * [Linux / MySQL 9 (both providers)] baselines * [Linux / MySQL 5.7 (both providers)] baselines * [Linux / PostgreSQL 13] baselines * [Windows / SQL Server 2022] baselines * [Windows / SQL Server 2025] baselines * [Linux / Oracle 21c] baselines * [Linux / PostgreSQL 14] baselines * [Linux / Oracle 18c] baselines * [Linux / PostgreSQL 15] baselines * [Linux / PostgreSQL 16] baselines * [Linux / PostgreSQL 17] baselines * [Linux / Oracle 19c] baselines * [Linux / ClickHouse Octonica] baselines * [Linux / Oracle 12c] baselines * [Linux / PostgreSQL 18] baselines * [Linux / Oracle 23c] baselines * [Windows / SQL Server EXTRAS] baselines * [Linux / Sybase ASE 16] baselines * [Linux / SAP HANA 2] baselines * [Windows / SQL CE] baselines * [Windows / SQLite (specialized tests)] baselines * [Windows / SQL Server 2005] baselines * [Windows / SQLite (both providers)] baselines * [Windows / SQL Server 2016] baselines * [Windows / SQL Server 2012] baselines * [Windows / SQL Server 2014] baselines * [Windows / SQL Server 2008] baselines * [Windows / Access MDB (Jet/ODBC)] baselines * [Linux / Firebird 2.5] baselines * [Linux / Firebird 3.0] baselines * [Linux / Firebird 4.0] baselines * [Windows / Access ACE (OLEDB/ODBC) x86] baselines * [Linux / Informix 14.10] baselines * [Linux / ClickHouse Driver] baselines * [Linux / ClickHouse MySql] baselines * [Windows / SQL Server 2019] baselines * [Linux / MariaDB 11] baselines * [Linux / MySQL 5.7 (both providers)] baselines * [Linux / MySQL 9 (both providers)] baselines * [Linux / Oracle 11g XE] baselines * [Windows / SQL Server 2017] baselines * [Linux / PostgreSQL 13] baselines * [Windows / SQL Server 2022] baselines * [Linux / Oracle 21c] baselines * [Linux / Oracle 12c] baselines * [Linux / Oracle 23c] baselines * [Linux / ClickHouse Octonica] baselines * [Linux / Oracle 18c] baselines * [Linux / PostgreSQL 14] baselines * [Linux / PostgreSQL 16] baselines * [Linux / PostgreSQL 15] baselines * [Linux / PostgreSQL 17] baselines * [Linux / PostgreSQL 18] baselines * [Windows / SQL Server 2025] baselines * [Linux / Oracle 19c] baselines * [Windows / SQL Server EXTRAS] baselines * [Linux / Sybase ASE 16] baselines * [Linux / SAP HANA 2] baselines * [Linux / Firebird 5.0] baselines * [Linux / DB2 LUW 11.5] baselines --------- Co-authored-by: Azure Pipelines Bot <[email protected]>
1 parent 206297e commit 49c6d4a

File tree

1,617 files changed

+12021
-9185
lines changed

Some content is hidden

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

1,617 files changed

+12021
-9185
lines changed

Access.Ace.Odbc.LinqService/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query3(Access.Ace.Odbc.LinqService).sql

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ SELECT
88
[t3].[LastName],
99
[t3].[MiddleName],
1010
[t3].[Gender],
11-
[t3].[c1],
12-
[t3].[c2],
13-
[t3].[c3]
11+
[t3].[Patient],
12+
[t3].[PersonID],
13+
[t3].[Diagnosis]
1414
FROM
1515
(
1616
SELECT
1717
[t1].[ID],
18+
0 as [projection__set_id__],
1819
[t1].[FirstName],
1920
[t1].[LastName],
2021
[t1].[MiddleName],
2122
[t1].[Gender],
22-
IIF(False, 0, NULL) as [c1],
23-
IIF(False, 0, NULL) as [c2],
24-
IIF(False, '', NULL) as [c3],
25-
0 as [projection__set_id__]
23+
IIF(False, 0, NULL) as [Patient],
24+
IIF(False, 0, NULL) as [PersonID],
25+
IIF(False, '', NULL) as [Diagnosis]
2626
FROM
2727
(
2828
SELECT TOP 2
@@ -37,14 +37,14 @@ FROM
3737
UNION ALL
3838
SELECT
3939
[t2].[PersonID] as [ID],
40+
1 as [projection__set_id__],
4041
[t2].[FirstName],
4142
[t2].[LastName],
4243
[t2].[MiddleName],
4344
[t2].[Gender],
44-
[a_Patient].[PersonID] as [c1],
45-
[a_Patient].[PersonID] as [c2],
46-
[a_Patient].[Diagnosis] as [c3],
47-
1 as [projection__set_id__]
45+
[a_Patient].[PersonID] as [Patient],
46+
[a_Patient].[PersonID],
47+
[a_Patient].[Diagnosis]
4848
FROM
4949
[Person] [t2]
5050
LEFT JOIN [Patient] [a_Patient] ON ([t2].[PersonID] = [a_Patient].[PersonID])

Access.Ace.Odbc.LinqService/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323(Access.Ace.Odbc.LinqService).sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
INSERT INTO [Issue3323Table]
55
(
66
[Id],
7-
[FistName],
7+
[FirstName],
88
[LastName],
99
[Text]
1010
)
@@ -22,14 +22,14 @@ BeforeExecute
2222
SELECT
2323
[t1].[Id],
2424
[t1].[Text],
25-
[t1].[FistName] + ' ' + [t1].[LastName]
25+
[t1].[FirstName] + ' ' + [t1].[LastName]
2626
FROM
2727
[Issue3323Table] [t1]
2828
UNION ALL
2929
SELECT
3030
[t2].[Id],
3131
[t2].[Text],
32-
[t2].[FistName] + ' ' + [t2].[LastName]
32+
[t2].[FirstName] + ' ' + [t2].[LastName]
3333
FROM
3434
[Issue3323Table] [t2]
3535

Access.Ace.Odbc.LinqService/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323_Mixed(Access.Ace.Odbc.LinqService).sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
INSERT INTO [Issue3323Table]
55
(
66
[Id],
7-
[FistName],
7+
[FirstName],
88
[LastName],
99
[Text]
1010
)
@@ -21,7 +21,7 @@ BeforeExecute
2121

2222
SELECT
2323
[r].[Id],
24-
[r].[FistName] + ' ' + [r].[LastName]
24+
[r].[FirstName] + ' ' + [r].[LastName]
2525
FROM
2626
[Issue3323Table] [r]
2727
UNION ALL
@@ -42,7 +42,7 @@ FROM
4242
UNION ALL
4343
SELECT
4444
[r_1].[Id],
45-
[r_1].[FistName] + ' ' + [r_1].[LastName]
45+
[r_1].[FirstName] + ' ' + [r_1].[LastName]
4646
FROM
4747
[Issue3323Table] [r_1]
4848

Access.Ace.Odbc.LinqService/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin4(Access.Ace.Odbc.LinqService).sql

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
-- Access.Ace.Odbc AccessODBC
33

44
SELECT
5-
[x5].[ParentID],
6-
[x5].[Value1],
5+
[Parent_1].[ParentID],
6+
[Parent_1].[Value1],
77
(
88
SELECT TOP 1
99
[y1].[ParentID]
1010
FROM
1111
[Child] [y1]
1212
WHERE
13-
[x5].[ParentID] = [y1].[ParentID] AND [x5].[Value1] = [y1].[ParentID]
13+
[Parent_1].[ParentID] = [y1].[ParentID] AND [Parent_1].[Value1] = [y1].[ParentID]
1414
),
1515
(
1616
SELECT TOP 1
1717
[y1_1].[ChildID]
1818
FROM
1919
[Child] [y1_1]
2020
WHERE
21-
[x5].[ParentID] = [y1_1].[ParentID] AND [x5].[Value1] = [y1_1].[ParentID]
21+
[Parent_1].[ParentID] = [y1_1].[ParentID] AND [Parent_1].[Value1] = [y1_1].[ParentID]
2222
)
2323
FROM
24-
[Parent] [x5]
25-
LEFT JOIN [Child] [y4] ON ([x5].[ParentID] = [y4].[ParentID] AND [x5].[Value1] = [y4].[ParentID])
24+
[Parent] [Parent_1]
25+
LEFT JOIN [Child] [y4] ON ([Parent_1].[ParentID] = [y4].[ParentID] AND [Parent_1].[Value1] = [y4].[ParentID])
2626
WHERE
27-
[x5].[ParentID] = 1 AND [x5].[Value1] IS NOT NULL
27+
[Parent_1].[ParentID] = 1 AND [Parent_1].[Value1] IS NOT NULL
2828
ORDER BY
29-
[x5].[ParentID]
29+
[Parent_1].[ParentID]
3030

Access.Ace.Odbc.LinqService/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection5(Access.Ace.Odbc.LinqService).sql

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
-- Access.Ace.Odbc AccessODBC
33

44
SELECT
5-
[ft].[Id],
5+
[f].[Id],
66
[t].[Id],
77
[t].[FactId],
88
[t].[Name]
99
FROM
10-
[Fact] [ft]
11-
LEFT JOIN [Tag] [t] ON ([t].[FactId] = [ft].[Id])
10+
[Fact] [f]
11+
LEFT JOIN [Tag] [t] ON ([t].[FactId] = [f].[Id])
1212
WHERE
13-
[ft].[Id] > 3
13+
[f].[Id] > 3
1414
ORDER BY
15-
[ft].[Id]
15+
[f].[Id]
1616

Access.Ace.Odbc.LinqService/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection6(Access.Ace.Odbc.LinqService).sql

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
-- Access.Ace.Odbc AccessODBC
33

44
SELECT
5-
[ft].[Id],
5+
[f].[Id],
66
[t].[Id],
77
[t].[FactId],
88
[t].[Name]
99
FROM
10-
[Fact] [ft]
11-
LEFT JOIN [Tag] [t] ON ([t].[FactId] = [ft].[Id])
10+
[Fact] [f]
11+
LEFT JOIN [Tag] [t] ON ([t].[FactId] = [f].[Id])
1212
WHERE
13-
[ft].[Id] > 3
13+
[f].[Id] > 3
1414
ORDER BY
15-
[ft].[Id]
15+
[f].[Id]
1616

Access.Ace.Odbc.LinqService/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByUnionOptimization(Access.Ace.Odbc.LinqService).sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ SELECT DISTINCT
66
FROM
77
(
88
SELECT
9-
[x_2].[Id],
109
[x_2].[DuplicateData],
10+
[x_2].[Id],
1111
[x_2].[OrderData1],
1212
[x_2].[OrderData2]
1313
FROM
@@ -34,8 +34,8 @@ FROM
3434
) [x_2]
3535
UNION
3636
SELECT
37-
[x_3].[Id],
3837
[x_3].[DuplicateData],
38+
[x_3].[Id],
3939
[x_3].[OrderData1],
4040
[x_3].[OrderData2]
4141
FROM
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
BeforeExecute
2+
-- Access.Ace.Odbc AccessODBC
3+
4+
SELECT TOP 2
5+
[t1].[ParentID],
6+
[t1].[Value1]
7+
FROM
8+
[Parent] [t1]
9+
ORDER BY
10+
[t1].[ParentID]
11+
12+
BeforeExecute
13+
-- Access.Ace.Odbc AccessODBC
14+
15+
SELECT
16+
[t1].[ParentID],
17+
[t1].[Value1]
18+
FROM
19+
[Parent] [t1]
20+

Access.Ace.Odbc.LinqService/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationWhereTest(Access.Ace.Odbc.LinqService).sql

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
-- Access.Ace.Odbc AccessODBC
33

44
SELECT
5-
[p].[ParentID],
6-
[p].[Value1],
5+
[t1].[ParentID],
6+
[t1].[Value1],
77
[c_1].[ParentID],
88
[c_1].[ChildID],
99
[a_Parent].[ParentID],
1010
[a_Parent].[Value1],
11-
[p].[ParentID],
12-
[p].[Value1],
11+
[t1].[ParentID],
12+
[t1].[Value1],
1313
IIF([a_Parent].[ParentID] IS NOT NULL, [a_Parent].[Value1], NULL)
1414
FROM
15-
([Parent] [p]
16-
INNER JOIN [Child] [c_1] ON ([c_1].[ParentID] = [p].[ParentID]))
15+
([Parent] [t1]
16+
INNER JOIN [Child] [c_1] ON ([c_1].[ParentID] = [t1].[ParentID]))
1717
LEFT JOIN [Parent] [a_Parent] ON ([c_1].[ParentID] = [a_Parent].[ParentID])
1818
WHERE
19-
[p].[ParentID] > 0 OR [p].[Value1] > 0 OR [a_Parent].[Value1] > 0
19+
[t1].[ParentID] > 0 OR [t1].[Value1] > 0 OR [a_Parent].[Value1] > 0
2020
ORDER BY
21-
[p].[ParentID],
22-
[p].[Value1],
21+
[t1].[ParentID],
22+
[t1].[Value1],
2323
[a_Parent].[Value1]
2424

2525
BeforeExecute

Access.Ace.Odbc.LinqService/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter4(Access.Ace.Odbc.LinqService).sql

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
-- Access.Ace.Odbc AccessODBC
33

44
SELECT
5-
[p_1].[FirstName],
6-
[p_1].[ID],
7-
[p_1].[LastName],
8-
[p_1].[MiddleName],
9-
[p_1].[Gender]
5+
[t1].[FirstName],
6+
[t1].[ID],
7+
[t1].[LastName],
8+
[t1].[MiddleName],
9+
[t1].[Gender]
1010
FROM
1111
(
1212
SELECT
@@ -18,9 +18,9 @@ FROM
1818
[p].[Gender]
1919
FROM
2020
[Person] [p]
21-
) [p_1]
21+
) [t1]
2222
WHERE
23-
[p_1].[Field1]
23+
[t1].[Field1]
2424
ORDER BY
25-
[p_1].[Field1]
25+
[t1].[Field1]
2626

0 commit comments

Comments
 (0)