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/4532 #1237

Draft
wants to merge 37 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f22eae0
[Windows / SQLite (both providers)] baselines
Jun 16, 2024
40008d4
[Windows / SQL CE] baselines
Jun 16, 2024
d6eddb8
[Windows / Access MDB (Jet/ODBC)] baselines
Jun 16, 2024
9e83a7a
[Windows / SQLite (specialized tests)] baselines
Jun 16, 2024
79d5a9a
[Windows / SQL Server 2005] baselines
Jun 16, 2024
94c933f
[Windows / SQL Server 2019] baselines
Jun 16, 2024
686d22b
[Windows / SQL Server 2016] baselines
Jun 16, 2024
537dfd7
[Windows / SQL Server 2012] baselines
Jun 16, 2024
3c42925
[Linux / DB2 LUW 11.5] baselines
Jun 16, 2024
139105d
[Windows / SQL Server 2008] baselines
Jun 16, 2024
d760660
[Windows / SQL Server 2017] baselines
Jun 16, 2024
f88d51b
[Windows / SQL Server EXTRAS] baselines
Jun 16, 2024
1a50e56
[Linux / Firebird 2.5] baselines
Jun 16, 2024
d604c28
[Windows / SQL Server 2014] baselines
Jun 16, 2024
6257a0d
[Linux / Informix 14.10] baselines
Jun 16, 2024
53d6632
[Linux / Firebird 4.0] baselines
Jun 16, 2024
7131387
[Linux / Firebird 3.0] baselines
Jun 16, 2024
fb7aca4
[Linux / Firebird 5.0] baselines
Jun 16, 2024
5c0602a
[Linux / MariaDB 11] baselines
Jun 16, 2024
3d82261
[Linux / MySQL 5.7 (both providers)] baselines
Jun 16, 2024
ff288fd
[Linux / MySQL 8 (both providers)] baselines
Jun 16, 2024
38369ba
[Linux / Oracle 11g XE] baselines
Jun 16, 2024
967ea20
[Linux / PostgreSQL 11] baselines
Jun 16, 2024
07c47ef
[Windows / SQL Server 2022] baselines
Jun 16, 2024
9d71a5c
[Linux / Oracle 12c] baselines
Jun 16, 2024
8a330b0
[Linux / PostgreSQL 13] baselines
Jun 16, 2024
af998c4
[Linux / PostgreSQL 12] baselines
Jun 16, 2024
0717555
[Linux / Oracle 21c] baselines
Jun 16, 2024
d7e0800
[Linux / Oracle 18c] baselines
Jun 16, 2024
5a57c78
[Linux / PostgreSQL 14] baselines
Jun 16, 2024
63680f0
[Linux / PostgreSQL 15] baselines
Jun 16, 2024
a6d685f
[Linux / PostgreSQL 16] baselines
Jun 16, 2024
574a55a
[Linux / Oracle 19c] baselines
Jun 16, 2024
b7821ca
[Linux / Oracle 23c] baselines
Jun 16, 2024
0497326
[Linux / SQL Server 2019] baselines
Jun 16, 2024
8632435
[Linux / Sybase ASE 16] baselines
Jun 16, 2024
f2f16b6
[Linux / SAP HANA 2] baselines
Jun 16, 2024
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
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BeforeExecute
-- Access AccessOleDb
DECLARE @p Integer -- Int32
SET @p = NULL
DECLARE @Value1 Integer -- Int32
SET @Value1 = NULL

SELECT
[p_2].[ParentID],
Expand All @@ -10,7 +10,7 @@ SELECT
FROM
(
SELECT
IIF([p_1].[ParentID] IS NOT NULL, [p_1].[Value1], CVar(@p)) as [Value1],
IIF([p_1].[ParentID] IS NOT NULL, [p_1].[Value1], CVar(@Value1)) as [Value1],
[p_1].[ParentID],
[p_1].[ParentID_1],
[p_1].[Value1] as [Value1_1]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BeforeExecute
-- Access.Odbc AccessODBC
DECLARE @p Int -- Int32
SET @p = NULL
DECLARE @Value1 Int -- Int32
SET @Value1 = NULL

SELECT
[p_2].[ParentID],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ SELECT TOP 1
FROM
[AsyncDataTable] [c_1]
WHERE
[c_1].[Id] = ?
[c_1].[Id] = CVar(?)

BeforeExecute
-- Access.Odbc AccessODBC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ SELECT TOP 1
FROM
[AsyncDataTable] [c_1]
WHERE
[c_1].[Id] = ?
[c_1].[Id] = CVar(?)

BeforeExecute
-- Access.Odbc AccessODBC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ SELECT TOP 2
FROM
[AsyncDataTable] [c_1]
WHERE
[c_1].[Id] = ?
[c_1].[Id] = CVar(?)

BeforeExecute
-- Access.Odbc AccessODBC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ SELECT TOP 2
FROM
[AsyncDataTable] [c_1]
WHERE
[c_1].[Id] = ?
[c_1].[Id] = CVar(?)

BeforeExecute
-- Access.Odbc AccessODBC
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BeforeExecute
-- Access.Odbc AccessODBC
DECLARE @p Int -- Int32
SET @p = NULL
DECLARE @Value1 Int -- Int32
SET @Value1 = NULL

SELECT
[p_2].[ParentID],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ VALUES

BeforeExecute
-- Access.Odbc AccessODBC
DECLARE @p Int -- Int32
SET @p = NULL
DECLARE @IntProp Int -- Int32
SET @IntProp = NULL

SELECT
[x].[Id],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ SELECT TOP 1
FROM
[AsyncDataTable] [c_1]
WHERE
[c_1].[Id] = @Id_1
[c_1].[Id] = CVar(@Id_1)

BeforeExecute
-- Access AccessOleDb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ SELECT TOP 1
FROM
[AsyncDataTable] [c_1]
WHERE
[c_1].[Id] = @Id_1
[c_1].[Id] = CVar(@Id_1)

BeforeExecute
-- Access AccessOleDb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ SELECT TOP 2
FROM
[AsyncDataTable] [c_1]
WHERE
[c_1].[Id] = @Id_1
[c_1].[Id] = CVar(@Id_1)

BeforeExecute
-- Access AccessOleDb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ SELECT TOP 2
FROM
[AsyncDataTable] [c_1]
WHERE
[c_1].[Id] = @Id_1
[c_1].[Id] = CVar(@Id_1)

BeforeExecute
-- Access AccessOleDb
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BeforeExecute
-- Access AccessOleDb
DECLARE @p Integer -- Int32
SET @p = NULL
DECLARE @Value1 Integer -- Int32
SET @Value1 = NULL

SELECT
[p_2].[ParentID],
Expand All @@ -10,7 +10,7 @@ SELECT
FROM
(
SELECT
IIF([p_1].[ParentID] IS NOT NULL, [p_1].[Value1], CVar(@p)) as [Value1],
IIF([p_1].[ParentID] IS NOT NULL, [p_1].[Value1], CVar(@Value1)) as [Value1],
[p_1].[ParentID],
[p_1].[ParentID_1],
[p_1].[Value1] as [Value1_1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ VALUES

BeforeExecute
-- Access AccessOleDb
DECLARE @p Integer -- Int32
SET @p = NULL
DECLARE @IntProp Integer -- Int32
SET @IntProp = NULL

SELECT
[x].[Id],
Expand All @@ -208,7 +208,7 @@ FROM
[ConditionalData] [x]
WHERE
IIF([x].[StringProp] = '1' OR [x].[StringProp] IS NULL, '2', IIF([x].[StringProp] = '2', [x].[StringProp], [x].[StringProp] + '2')) LIKE '%2' AND
IIF([x].[StringProp] = '1' OR [x].[StringProp] IS NULL, @p, IIF([x].[StringProp] = '2', 1, 2)) = 2
IIF([x].[StringProp] = '1' OR [x].[StringProp] IS NULL, @IntProp, IIF([x].[StringProp] = '2', 1, 2)) = 2

BeforeExecute
-- Access AccessOleDb
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BeforeExecute
-- DB2 DB2.LUW DB2LUW
DECLARE @p Integer -- Int32
SET @p = NULL
DECLARE @Value1 Integer -- Int32
SET @Value1 = NULL

SELECT
"p_2"."ParentID",
Expand All @@ -12,7 +12,7 @@ FROM
SELECT
CASE
WHEN "p_1"."ParentID" IS NOT NULL THEN "p_1"."Value1"
ELSE CAST(@p AS Int)
ELSE CAST(@Value1 AS Int)
END as "Value1",
"p_1"."ParentID",
"p_1"."ParentID_1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,14 @@ BeforeExecute
-- DB2 DB2.LUW DB2LUW (asynchronously)
DECLARE @Id Integer(4) -- Int32
SET @Id = 2
DECLARE @Id_1 Integer(4) -- Int32
SET @Id_1 = 2

SELECT
CAST(@Id AS Int),
"c_1"."Id"
FROM
"AsyncDataTable" "c_1"
WHERE
"c_1"."Id" = @Id_1
"c_1"."Id" = CAST(@Id AS Int)
FETCH NEXT 1 ROWS ONLY

BeforeExecute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,14 @@ BeforeExecute
-- DB2 DB2.LUW DB2LUW (asynchronously)
DECLARE @Id Integer(4) -- Int32
SET @Id = 2
DECLARE @Id_1 Integer(4) -- Int32
SET @Id_1 = 2

SELECT
CAST(@Id AS Int),
"c_1"."Id"
FROM
"AsyncDataTable" "c_1"
WHERE
"c_1"."Id" = @Id_1
"c_1"."Id" = CAST(@Id AS Int)
FETCH NEXT 1 ROWS ONLY

BeforeExecute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,14 @@ BeforeExecute
-- DB2 DB2.LUW DB2LUW (asynchronously)
DECLARE @Id Integer(4) -- Int32
SET @Id = 2
DECLARE @Id_1 Integer(4) -- Int32
SET @Id_1 = 2

SELECT
CAST(@Id AS Int),
"c_1"."Id"
FROM
"AsyncDataTable" "c_1"
WHERE
"c_1"."Id" = @Id_1
"c_1"."Id" = CAST(@Id AS Int)
FETCH NEXT 2 ROWS ONLY

BeforeExecute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,14 @@ BeforeExecute
-- DB2 DB2.LUW DB2LUW (asynchronously)
DECLARE @Id Integer(4) -- Int32
SET @Id = 2
DECLARE @Id_1 Integer(4) -- Int32
SET @Id_1 = 2

SELECT
CAST(@Id AS Int),
"c_1"."Id"
FROM
"AsyncDataTable" "c_1"
WHERE
"c_1"."Id" = @Id_1
"c_1"."Id" = CAST(@Id AS Int)
FETCH NEXT 2 ROWS ONLY

BeforeExecute
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BeforeExecute
-- DB2 DB2.LUW DB2LUW
DECLARE @p Integer -- Int32
SET @p = NULL
DECLARE @Value1 Integer -- Int32
SET @Value1 = NULL

SELECT
"p_2"."ParentID",
Expand All @@ -12,7 +12,7 @@ FROM
SELECT
CASE
WHEN "p_1"."ParentID" IS NOT NULL THEN "p_1"."Value1"
ELSE CAST(@p AS Int)
ELSE CAST(@Value1 AS Int)
END as "Value1",
"p_1"."ParentID",
"p_1"."ParentID_1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ VALUES

BeforeExecute
-- DB2 DB2.LUW DB2LUW
DECLARE @p Integer -- Int32
SET @p = NULL
DECLARE @IntProp Integer -- Int32
SET @IntProp = NULL

SELECT
"x"."Id",
Expand All @@ -64,7 +64,7 @@ WHERE
ELSE "x"."StringProp" || '2'
END LIKE '%2' ESCAPE '~' AND
CASE
WHEN "x"."StringProp" = '1' OR "x"."StringProp" IS NULL THEN @p
WHEN "x"."StringProp" = '1' OR "x"."StringProp" IS NULL THEN @IntProp
WHEN "x"."StringProp" = '2' THEN 1
ELSE 2
END = 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BeforeExecute
-- Firebird.2.5 Firebird
DECLARE @p Integer -- Int32
SET @p = NULL
DECLARE @Value1 Integer -- Int32
SET @Value1 = NULL

SELECT
"p_2"."ParentID",
Expand All @@ -12,7 +12,7 @@ FROM
SELECT
CASE
WHEN "p_1"."ParentID" IS NOT NULL THEN "p_1"."Value1"
ELSE CAST(@p AS Int)
ELSE CAST(@Value1 AS Int)
END as "Value1",
"p_1"."ParentID",
"p_1"."ParentID_1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ FROM

BeforeExecute
-- Firebird.2.5 Firebird
DECLARE @p Char -- String
SET @p = '0'
DECLARE @f1 Char -- String
SET @f1 = '0'

SELECT
"l_1"."Id",
"l_1"."Value1",
"l_1"."HasValue",
CAST(@p AS CHAR(1))
CAST(@f1 AS CHAR(1))
FROM
"Table1788" "p"
LEFT JOIN (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,14 @@ BeforeExecute
-- Firebird.2.5 Firebird (asynchronously)
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Id_1 Integer -- Int32
SET @Id_1 = 2

SELECT FIRST 1
CAST(@Id AS Int),
"c_1"."Id"
FROM
"AsyncDataTable" "c_1"
WHERE
"c_1"."Id" = @Id_1
"c_1"."Id" = CAST(@Id AS Int)

BeforeExecute
-- Firebird.2.5 Firebird
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,14 @@ BeforeExecute
-- Firebird.2.5 Firebird (asynchronously)
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Id_1 Integer -- Int32
SET @Id_1 = 2

SELECT FIRST 1
CAST(@Id AS Int),
"c_1"."Id"
FROM
"AsyncDataTable" "c_1"
WHERE
"c_1"."Id" = @Id_1
"c_1"."Id" = CAST(@Id AS Int)

BeforeExecute
-- Firebird.2.5 Firebird
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,14 @@ BeforeExecute
-- Firebird.2.5 Firebird (asynchronously)
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Id_1 Integer -- Int32
SET @Id_1 = 2

SELECT FIRST 2
CAST(@Id AS Int),
"c_1"."Id"
FROM
"AsyncDataTable" "c_1"
WHERE
"c_1"."Id" = @Id_1
"c_1"."Id" = CAST(@Id AS Int)

BeforeExecute
-- Firebird.2.5 Firebird
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,14 @@ BeforeExecute
-- Firebird.2.5 Firebird (asynchronously)
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Id_1 Integer -- Int32
SET @Id_1 = 2

SELECT FIRST 2
CAST(@Id AS Int),
"c_1"."Id"
FROM
"AsyncDataTable" "c_1"
WHERE
"c_1"."Id" = @Id_1
"c_1"."Id" = CAST(@Id AS Int)

BeforeExecute
-- Firebird.2.5 Firebird
Expand Down
Loading