Skip to content

Commit e5f2a6a

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

File tree

472 files changed

+8496
-0
lines changed

Some content is hidden

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

472 files changed

+8496
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
BeforeExecute
2+
-- Access.Ace.Odbc AccessODBC (asynchronously)
3+
4+
SELECT
5+
COUNT([t3].[PersonID])
6+
FROM
7+
(
8+
SELECT
9+
[t1].[PersonID]
10+
FROM
11+
[Person] [t1]
12+
UNION ALL
13+
SELECT
14+
[t2].[ParentID] as [PersonID]
15+
FROM
16+
[Parent] [t2]
17+
) [t3]
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
BeforeExecute
2+
-- Access.Ace.Odbc AccessODBC (asynchronously)
3+
4+
SELECT
5+
COUNT(*)
6+
FROM
7+
(
8+
SELECT
9+
[t1].[PersonID]
10+
FROM
11+
[Person] [t1]
12+
UNION ALL
13+
SELECT
14+
[t2].[ParentID] as [PersonID]
15+
FROM
16+
[Parent] [t2]
17+
) [t3]
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
BeforeExecute
2+
-- Access.Ace.Odbc AccessODBC (asynchronously)
3+
4+
SELECT
5+
SUM([t3].[PersonID])
6+
FROM
7+
(
8+
SELECT
9+
[t1].[PersonID]
10+
FROM
11+
[Person] [t1]
12+
UNION ALL
13+
SELECT
14+
[t2].[ParentID] as [PersonID]
15+
FROM
16+
[Parent] [t2]
17+
) [t3]
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
BeforeExecute
2+
-- Access.Ace.Odbc AccessODBC (asynchronously)
3+
4+
SELECT
5+
COUNT(*)
6+
FROM
7+
(
8+
SELECT
9+
[t1].[PersonID]
10+
FROM
11+
[Person] [t1]
12+
UNION
13+
SELECT
14+
[t2].[ParentID] as [PersonID]
15+
FROM
16+
[Parent] [t2]
17+
) [t3]
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
BeforeExecute
2+
-- Access.Ace.Odbc AccessODBC
3+
4+
SELECT
5+
COUNT([t3].[PersonID])
6+
FROM
7+
(
8+
SELECT
9+
[t1].[PersonID]
10+
FROM
11+
[Person] [t1]
12+
UNION ALL
13+
SELECT
14+
[t2].[ParentID] as [PersonID]
15+
FROM
16+
[Parent] [t2]
17+
) [t3]
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
BeforeExecute
2+
-- Access.Ace.Odbc AccessODBC
3+
4+
SELECT
5+
COUNT(*)
6+
FROM
7+
(
8+
SELECT
9+
[t1].[PersonID]
10+
FROM
11+
[Person] [t1]
12+
UNION ALL
13+
SELECT
14+
[t2].[ParentID] as [PersonID]
15+
FROM
16+
[Parent] [t2]
17+
) [t3]
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
BeforeExecute
2+
-- Access.Ace.Odbc AccessODBC
3+
4+
SELECT
5+
SUM([t3].[PersonID])
6+
FROM
7+
(
8+
SELECT
9+
[t1].[PersonID]
10+
FROM
11+
[Person] [t1]
12+
UNION ALL
13+
SELECT
14+
[t2].[ParentID] as [PersonID]
15+
FROM
16+
[Parent] [t2]
17+
) [t3]
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
BeforeExecute
2+
-- Access.Ace.Odbc AccessODBC
3+
4+
SELECT
5+
COUNT(*)
6+
FROM
7+
(
8+
SELECT
9+
[t1].[PersonID]
10+
FROM
11+
[Person] [t1]
12+
UNION
13+
SELECT
14+
[t2].[ParentID] as [PersonID]
15+
FROM
16+
[Parent] [t2]
17+
) [t3]
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
BeforeExecute
2+
-- Access.Ace.OleDb AccessOleDb (asynchronously)
3+
4+
SELECT
5+
COUNT([t3].[PersonID])
6+
FROM
7+
(
8+
SELECT
9+
[t1].[PersonID]
10+
FROM
11+
[Person] [t1]
12+
UNION ALL
13+
SELECT
14+
[t2].[ParentID] as [PersonID]
15+
FROM
16+
[Parent] [t2]
17+
) [t3]
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
BeforeExecute
2+
-- Access.Ace.OleDb AccessOleDb (asynchronously)
3+
4+
SELECT
5+
COUNT(*)
6+
FROM
7+
(
8+
SELECT
9+
[t1].[PersonID]
10+
FROM
11+
[Person] [t1]
12+
UNION ALL
13+
SELECT
14+
[t2].[ParentID] as [PersonID]
15+
FROM
16+
[Parent] [t2]
17+
) [t3]
18+

0 commit comments

Comments
 (0)