Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baselines for https://github.com/linq2db/linq2db/pull/4775 #1359

Draft
wants to merge 40 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
020e4cd
[Windows / SQL CE] baselines
Feb 16, 2025
7c52542
[Windows / SQL Server 2005] baselines
Feb 16, 2025
9153823
[Windows / SQL Server 2008] baselines
Feb 16, 2025
6887a23
[Windows / SQL Server 2012] baselines
Feb 16, 2025
4720778
[Linux / Firebird 2.5] baselines
Feb 16, 2025
036b23a
[Windows / SQL Server 2014] baselines
Feb 16, 2025
c03ab12
[Windows / SQL Server 2016] baselines
Feb 16, 2025
5547d23
[Linux / Firebird 3.0] baselines
Feb 16, 2025
2bfa813
[Linux / Firebird 5.0] baselines
Feb 16, 2025
74901da
[Linux / Informix 14.10] baselines
Feb 16, 2025
3f6f4eb
[Windows / SQL Server 2019] baselines
Feb 16, 2025
4c0ac71
[Linux / Firebird 4.0] baselines
Feb 16, 2025
00aaf84
[Windows / SQL Server 2017] baselines
Feb 16, 2025
9e93816
[Linux / MariaDB 11] baselines
Feb 16, 2025
97a1257
[Windows / Access MDB (Jet/ODBC)] baselines
Feb 16, 2025
57f8080
[Linux / MySQL 9 (both providers)] baselines
Feb 16, 2025
718577d
[Linux / MySQL 5.7 (both providers)] baselines
Feb 16, 2025
7cad898
[Windows / SQL Server 2022] baselines
Feb 16, 2025
7b73172
[Linux / Oracle 11g XE] baselines
Feb 16, 2025
310bc91
[Linux / PostgreSQL 14] baselines
Feb 16, 2025
cdfc5c3
[Linux / Oracle 18c] baselines
Feb 16, 2025
21e2aa6
[Windows / SQL Server EXTRAS] baselines
Feb 16, 2025
2088ed8
[Linux / Oracle 12c] baselines
Feb 16, 2025
8e138de
[Linux / PostgreSQL 13] baselines
Feb 16, 2025
f02f842
[Linux / PostgreSQL 15] baselines
Feb 16, 2025
a365b22
[Linux / PostgreSQL 17] baselines
Feb 16, 2025
6643852
[Linux / PostgreSQL 16] baselines
Feb 16, 2025
611e778
[Linux / Oracle 21c] baselines
Feb 16, 2025
41deefb
[Linux / Oracle 19c] baselines
Feb 16, 2025
577718a
[Windows / Access ACE (OLEDB/ODBC) x86] baselines
Feb 16, 2025
dd14d35
[Linux / Oracle 23c] baselines
Feb 16, 2025
4ce7ded
[Linux / Sybase ASE 16] baselines
Feb 16, 2025
741c3b2
[Linux / SAP HANA 2] baselines
Feb 16, 2025
1bfff98
[Windows / SQLite (specialized tests)] baselines
Feb 20, 2025
f6e8418
[Windows / SQLite (both providers)] baselines
Feb 20, 2025
93c0ca5
[Linux / DB2 LUW 11.5] baselines
Feb 20, 2025
798ad96
[Linux / ClickHouse Client] baselines
Feb 20, 2025
e84ccf3
[Linux / ClickHouse MySql] baselines
Feb 20, 2025
7c2c5c2
[Linux / ClickHouse Octonica] baselines
Feb 20, 2025
1dbc72b
[Linux / PostgreSQL 17] baselines
Feb 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
COUNT(*) = 0
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] <= 3

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[m_1].[ParentID],
[d].[ParentID],
[d].[ChildID]
FROM
(
SELECT DISTINCT
[a_Parent1].[ParentID]
FROM
[Child] [t1]
INNER JOIN [Parent] [a_Parent1] ON ([t1].[ParentID] = [a_Parent1].[ParentID])
) [m_1],
[Child] [d]
INNER JOIN [Parent] [a_Parent1_1] ON ([d].[ParentID] = [a_Parent1_1].[ParentID])
WHERE
[m_1].[ParentID] = [a_Parent1_1].[ParentID]

BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[a_Parent1].[ParentID]
FROM
[Child] [t1]
INNER JOIN [Parent] [a_Parent1] ON ([t1].[ParentID] = [a_Parent1].[ParentID])
GROUP BY
[a_Parent1].[ParentID]

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[t1].[ParentID],
[t1].[Value1]
FROM
[Parent] [t1]

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[x].[ParentID],
[x].[Value1]
FROM
[Parent] [x]
WHERE
[x].[ParentID] > 1

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[t1].[ParentID],
[t1].[Value1]
FROM
[Parent] [t1]

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[x].[ParentID],
[x].[Value1]
FROM
[Parent] [x]
WHERE
[x].[ParentID] > 1

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @ID Int -- Int32
SET @ID = 1

SELECT
COUNT(*) > 0
FROM
[Person] [t1]
WHERE
[t1].[PersonID] = ?

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT TOP 1
[p].[FirstName],
[p].[PersonID],
[p].[LastName],
[p].[MiddleName],
[p].[Gender]
FROM
[Person] [p]
WHERE
[p].[PersonID] = 1

Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ FROM
ORDER BY
[t1].[ParentID]

BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT TOP 3
[t1].[ParentID],
[t1].[Value1]
FROM
[Parent] [t1]
ORDER BY
[t1].[ParentID]

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = 1
DECLARE @p Int -- Int32
SET @p = 2
DECLARE @p Int -- Int32
SET @p = 3
DECLARE @param Int -- Int32
SET @param = 4

SELECT TOP 1
[o].[ParentID],
[o].[Value1]
FROM
[Parent] [o]
WHERE
[o].[ParentID] IN (?, ?, ?) OR [o].[ParentID] = ?

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[t1].[ParentID],
[t1].[ChildID]
FROM
[Child] [t1]
ORDER BY
[t1].[ParentID],
[t1].[ChildID]

BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[t1].[ParentID],
[t1].[ChildID]
FROM
[Child] [t1]

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[t1].[ParentID],
[t1].[ChildID]
FROM
[Child] [t1]
ORDER BY
[t1].[ParentID],
[t1].[ChildID]

BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[t1].[ParentID],
[t1].[ChildID]
FROM
[Child] [t1]

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = 1

SELECT
COUNT(*) > 0
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = -1

SELECT
COUNT(*) > 0
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = 1

SELECT
COUNT(*) > 0
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = -1

SELECT
COUNT(*) > 0
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = 1

SELECT TOP 1
[x].[ParentID],
[x].[Value1]
FROM
[Parent] [x]
WHERE
[x].[ParentID] = ?
ORDER BY
[x].[ParentID] DESC

Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = 1

SELECT TOP 1
[c_1].[ParentID],
[c_1].[ChildID]
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = 2

SELECT TOP 2
[c_1].[ParentID],
[c_1].[ChildID]
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = 1

SELECT
COUNT(*) > 0
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = -1

SELECT
COUNT(*) > 0
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = 1

SELECT
COUNT(*)
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = -1

SELECT
COUNT(*)
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = 1

SELECT
COUNT(*)
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = -1

SELECT
COUNT(*)
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = 1

SELECT TOP 1
[c_1].[ParentID],
[c_1].[ChildID]
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
DECLARE @p Int -- Int32
SET @p = 2

SELECT TOP 1
[c_1].[ParentID],
[c_1].[ChildID]
FROM
[Child] [c_1]
WHERE
[c_1].[ParentID] = ?

Loading