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/4691 #1285

Draft
wants to merge 39 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
15c8d7b
[Windows / SQLite (both providers)] baselines
Oct 19, 2024
3c26f11
[Windows / SQL CE] baselines
Oct 19, 2024
80c4c8d
[Windows / SQLite (specialized tests)] baselines
Oct 19, 2024
f962936
[Windows / Access MDB (Jet/ODBC)] baselines
Oct 19, 2024
907474f
[Windows / SQL Server 2005] baselines
Oct 19, 2024
eed80f5
[Windows / SQL Server 2019] baselines
Oct 20, 2024
2891609
[Windows / SQL Server EXTRAS] baselines
Oct 20, 2024
04b7fda
[Windows / SQL Server 2014] baselines
Oct 20, 2024
607d080
[Windows / SQL Server 2008] baselines
Oct 20, 2024
3f69f7a
[Windows / SQL Server 2016] baselines
Oct 20, 2024
2bf383f
[Windows / SQL Server 2017] baselines
Oct 20, 2024
626be48
[Windows / SQL Server 2012] baselines
Oct 20, 2024
4df1416
[Linux / Firebird 2.5] baselines
Oct 20, 2024
e85ff83
[Linux / Firebird 3.0] baselines
Oct 20, 2024
e00358d
[Linux / Firebird 4.0] baselines
Oct 20, 2024
f4547b7
[Linux / ClickHouse MySql] baselines
Oct 20, 2024
6b3c657
[Linux / MariaDB 11] baselines
Oct 20, 2024
465699b
[Linux / MySQL 5.7 (both providers)] baselines
Oct 20, 2024
7432ff8
[Linux / ClickHouse Client] baselines
Oct 20, 2024
209d6d2
[Linux / MySQL 9 (both providers)] baselines
Oct 20, 2024
2812d60
[Linux / Oracle 11g XE] baselines
Oct 20, 2024
592b263
[Linux / PostgreSQL 13] baselines
Oct 20, 2024
db60c18
[Linux / PostgreSQL 14] baselines
Oct 20, 2024
af048f8
[Windows / SQL Server 2022] baselines
Oct 20, 2024
0fac9ca
[Linux / Oracle 21c] baselines
Oct 20, 2024
0fd2270
[Linux / PostgreSQL 15] baselines
Oct 20, 2024
4e226be
[Linux / PostgreSQL 16] baselines
Oct 20, 2024
50ebddf
[Linux / PostgreSQL 17] baselines
Oct 20, 2024
f33630f
[Linux / Oracle 19c] baselines
Oct 20, 2024
41472c3
[Linux / Oracle 18c] baselines
Oct 20, 2024
aa9a66b
[Linux / ClickHouse Octonica] baselines
Oct 20, 2024
2f4b2c6
[Linux / Sybase ASE 16] baselines
Oct 20, 2024
0011c33
[Linux / SQL Server 2019] baselines
Oct 20, 2024
fd7d429
[Linux / SAP HANA 2] baselines
Oct 20, 2024
21b7bee
[Linux / Firebird 5.0] baselines
Oct 20, 2024
fc20dbb
[Linux / Oracle 23c] baselines
Oct 20, 2024
e44d242
[Linux / Oracle 12c] baselines
Oct 20, 2024
6e7ff6c
[Windows / SQL Server EXTRAS] baselines
Oct 20, 2024
667bd66
[Linux / SQL Server 2019] baselines
Oct 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- Access.Odbc AccessODBC (asynchronously)

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

BeforeExecute
-- Access.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.Odbc AccessODBC (asynchronously)

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

BeforeExecute
-- Access.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 AccessOleDb (asynchronously)

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

BeforeExecute
-- Access AccessOleDb (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 AccessOleDb (asynchronously)

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

BeforeExecute
-- Access AccessOleDb (asynchronously)

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- ClickHouse.Client ClickHouse (asynchronously)

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

BeforeExecute
-- ClickHouse.Client ClickHouse (asynchronously)

SELECT
t1.ParentID,
t1.ChildID
FROM
Child t1

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- ClickHouse.Client ClickHouse (asynchronously)

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

BeforeExecute
-- ClickHouse.Client ClickHouse (asynchronously)

SELECT
t1.ParentID,
t1.ChildID
FROM
Child t1

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- ClickHouse.MySql ClickHouse (asynchronously)

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

BeforeExecute
-- ClickHouse.MySql ClickHouse (asynchronously)

SELECT
t1.ParentID,
t1.ChildID
FROM
Child t1

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- ClickHouse.MySql ClickHouse (asynchronously)

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

BeforeExecute
-- ClickHouse.MySql ClickHouse (asynchronously)

SELECT
t1.ParentID,
t1.ChildID
FROM
Child t1

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- ClickHouse.Octonica ClickHouse (asynchronously)

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

BeforeExecute
-- ClickHouse.Octonica ClickHouse (asynchronously)

SELECT
t1.ParentID,
t1.ChildID
FROM
Child t1

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- ClickHouse.Octonica ClickHouse (asynchronously)

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

BeforeExecute
-- ClickHouse.Octonica ClickHouse (asynchronously)

SELECT
t1.ParentID,
t1.ChildID
FROM
Child t1

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- Firebird.2.5 Firebird (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"
ORDER BY
"t1"."ParentID",
"t1"."ChildID"

BeforeExecute
-- Firebird.2.5 Firebird (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- Firebird.2.5 Firebird (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"
ORDER BY
"t1"."ParentID",
"t1"."ChildID"

BeforeExecute
-- Firebird.2.5 Firebird (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- Firebird.3 Firebird3 (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"
ORDER BY
"t1"."ParentID",
"t1"."ChildID"

BeforeExecute
-- Firebird.3 Firebird3 (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- Firebird.3 Firebird3 (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"
ORDER BY
"t1"."ParentID",
"t1"."ChildID"

BeforeExecute
-- Firebird.3 Firebird3 (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- Firebird.4 Firebird4 (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"
ORDER BY
"t1"."ParentID",
"t1"."ChildID"

BeforeExecute
-- Firebird.4 Firebird4 (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- Firebird.4 Firebird4 (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"
ORDER BY
"t1"."ParentID",
"t1"."ChildID"

BeforeExecute
-- Firebird.4 Firebird4 (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- Firebird.5 Firebird4 (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"
ORDER BY
"t1"."ParentID",
"t1"."ChildID"

BeforeExecute
-- Firebird.5 Firebird4 (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
BeforeExecute
-- Firebird.5 Firebird4 (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"
ORDER BY
"t1"."ParentID",
"t1"."ChildID"

BeforeExecute
-- Firebird.5 Firebird4 (asynchronously)

SELECT
"t1"."ParentID",
"t1"."ChildID"
FROM
"Child" "t1"

Loading