Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a2ccf56
[Windows / SQL CE] baselines
Oct 31, 2025
43c64f5
[Windows / SQLite (specialized tests)] baselines
Oct 31, 2025
1d46f7a
[Windows / SQL Server 2005] baselines
Oct 31, 2025
d25f0f6
[Windows / SQLite (both providers)] baselines
Oct 31, 2025
2b4b030
[Windows / SQL Server 2012] baselines
Oct 31, 2025
e3bb6d6
[Windows / SQL Server 2014] baselines
Oct 31, 2025
8dbf063
[Windows / Access MDB (Jet/ODBC)] baselines
Oct 31, 2025
fc9289c
[Windows / SQL Server 2016] baselines
Oct 31, 2025
d589226
[Windows / Access ACE (OLEDB/ODBC) x86] baselines
Oct 31, 2025
165b2cf
[Windows / SQL Server 2008] baselines
Oct 31, 2025
abf6bf0
[Linux / ClickHouse Driver] baselines
Oct 31, 2025
0865c8e
[Linux / ClickHouse MySql] baselines
Oct 31, 2025
57d1543
[Linux / MySQL 9 (both providers)] baselines
Oct 31, 2025
39884bb
[Windows / SQL Server 2017] baselines
Oct 31, 2025
efa9f7f
[Windows / SQL Server 2019] baselines
Oct 31, 2025
7b2371e
[Linux / Oracle 18c] baselines
Oct 31, 2025
209f493
[Linux / PostgreSQL 13] baselines
Oct 31, 2025
ddacd75
[Windows / SQL Server 2022] baselines
Oct 31, 2025
25ba4de
[Linux / PostgreSQL 14] baselines
Oct 31, 2025
6dd6fcc
[Linux / ClickHouse Octonica] baselines
Oct 31, 2025
3950491
[Linux / PostgreSQL 16] baselines
Oct 31, 2025
ce24886
[Linux / Oracle 19c] baselines
Oct 31, 2025
5b3d621
[Linux / PostgreSQL 15] baselines
Oct 31, 2025
92b0838
[Linux / PostgreSQL 17] baselines
Oct 31, 2025
17a79dd
[Linux / PostgreSQL 18] baselines
Oct 31, 2025
531a6ad
[Windows / SQL Server 2025] baselines
Oct 31, 2025
289602e
[Windows / SQL Server EXTRAS] baselines
Oct 31, 2025
af405a7
[Linux / SAP HANA 2] baselines
Oct 31, 2025
7ee6ff2
[Linux / SQL Server 2019] baselines
Oct 31, 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
MIN([t1].[ParentID])
FROM
[Parent] [t1]
WHERE
[t1].[ParentID] < 0

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

SELECT
(
SELECT
MIN([a_Children].[ParentID])
FROM
[Child] [a_Children]
WHERE
[p].[ParentID] = [a_Children].[ParentID] AND [a_Children].[ParentID] < 0
)
FROM
[Parent] [p]

Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
SELECT
[p].[ParentID],
[p].[Value1],
[t1].[COUNT_1]
[t1].[Count_1]
FROM
(
SELECT
[c_1].[ParentID],
COUNT(*) as [COUNT_1]
COUNT(*) as [Count_1]
FROM
[Child] [c_1]
GROUP BY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ FROM
GROUP BY
[tt].[Key_1]
HAVING
SUM([tt].[ID]) <> 0
SUM([tt].[ID]) <> 0 OR SUM([tt].[ID]) IS NULL

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[p].[ID]
CStr([p].[ID])
FROM
[LinqDataTypes] [p]
WHERE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM
[Child] [g_1]
GROUP BY
[g_1].[ParentID]
) [g_2]
) [t1]
WHERE
[g_2].[ParentID] > 2
[t1].[ParentID] > 2

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
SELECT
COUNT(*)
FROM
[Child] [p]
INNER JOIN [Parent] [a_Parent] ON ([p].[ParentID] = [a_Parent].[ParentID])
[Child] [ch]
INNER JOIN [Parent] [a_Parent] ON ([ch].[ParentID] = [a_Parent].[ParentID])
WHERE
[a_Parent].[ParentID] = 1

Expand All @@ -15,8 +15,8 @@ BeforeExecute
SELECT
COUNT(*)
FROM
[Child] [p]
INNER JOIN [Parent] [a_Parent] ON ([p].[ParentID] = [a_Parent].[ParentID])
[Child] [ch]
INNER JOIN [Parent] [a_Parent] ON ([ch].[ParentID] = [a_Parent].[ParentID])
WHERE
[a_Parent].[ParentID] = 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
SELECT
COUNT(*)
FROM
[Child] [p]
INNER JOIN [Parent] [a_Parent] ON ([p].[ParentID] = [a_Parent].[ParentID])
[Child] [ch]
INNER JOIN [Parent] [a_Parent] ON ([ch].[ParentID] = [a_Parent].[ParentID])
WHERE
[a_Parent].[ParentID] = 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[g_2].[MAX_1],
[g_2].[COUNT_1] + 1,
[g_2].[COUNT_1],
[g_2].[COUNT_2]
[g_2].[Max_1],
[g_2].[Count_1] + 1,
[g_2].[Count_1],
[g_2].[Count_2]
FROM
(
SELECT
MAX([g_1].[ChildID]) as [MAX_1],
COUNT(IIF([g_1].[ChildID] > 20, 1, NULL)) as [COUNT_1],
COUNT(IIF([g_1].[ChildID] > 10, 1, NULL)) as [COUNT_2]
MAX([g_1].[ChildID]) as [Max_1],
COUNT(IIF([g_1].[ChildID] > 20, 1, NULL)) as [Count_1],
COUNT(IIF([g_1].[ChildID] > 10, 1, NULL)) as [Count_2]
FROM
[Child] [g_1]
GROUP BY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[g_2].[MAX_1],
[g_2].[COUNT_1] + 1,
[g_2].[COUNT_1],
[g_2].[COUNT_2]
[g_2].[Max_1],
[g_2].[Count_1] + 1,
[g_2].[Count_1],
[g_2].[Count_2]
FROM
(
SELECT
MAX([g_1].[ChildID]) as [MAX_1],
COUNT(IIF([g_1].[ChildID] > 20, 1, NULL)) as [COUNT_1],
COUNT(IIF([g_1].[ChildID] > 10, 1, NULL)) as [COUNT_2]
MAX([g_1].[ChildID]) as [Max_1],
COUNT(IIF([g_1].[ChildID] > 20, 1, NULL)) as [Count_1],
COUNT(IIF([g_1].[ChildID] > 10, 1, NULL)) as [Count_2]
FROM
[Child] [g_1]
GROUP BY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ FROM
(
SELECT
[g_1].[ParentID] as [Key_1],
COUNT(IIF([g_1].[ChildID] > 20, 1, NULL)) as [COUNT_1]
COUNT(IIF([g_1].[ChildID] > 20, 1, NULL)) as [Count_1]
FROM
[Child] [g_1]
GROUP BY
[g_1].[ParentID]
) [g_2]
WHERE
[g_2].[COUNT_1] > 2 OR [g_2].[Key_1] > 2
[g_2].[Count_1] > 2 OR [g_2].[Key_1] > 2

Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ FROM
(
SELECT
[g_1].[ParentID] as [Key_1],
COUNT(*) as [COUNT_1]
COUNT(*) as [Count_1]
FROM
[Child] [g_1]
GROUP BY
[g_1].[ParentID]
) [g_2]
WHERE
[g_2].[COUNT_1] > 2 AND [g_2].[Key_1] < 5
[g_2].[Count_1] > 2 AND [g_2].[Key_1] < 5

Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ FROM
(
SELECT
[g_1].[ParentID] as [Key_1],
COUNT(*) as [COUNT_1]
COUNT(*) as [Count_1]
FROM
[Child] [g_1]
GROUP BY
[g_1].[ParentID]
) [g_2]
WHERE
[g_2].[COUNT_1] > 3 OR [g_2].[Key_1] = 1
[g_2].[Count_1] > 3 OR [g_2].[Key_1] = 1

Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ SELECT
SELECT
COUNT(*)
FROM
[Child] [c_1]
[Child] [a_Children_1]
WHERE
[p].[ParentID] = [c_1].[ParentID]
[p].[ParentID] = [a_Children_1].[ParentID]
))
FROM
[Parent] [p]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ SELECT
SELECT
COUNT(*)
FROM
[Child] [c_1]
[Child] [a_Children_1]
WHERE
[p].[ParentID] = [c_1].[ParentID]
[p].[ParentID] = [a_Children_1].[ParentID]
))
FROM
[Parent] [p]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ FROM
[ItemValue] [a_Values]
WHERE
[x].[Id] = [a_Values].[ItemId]
) as [SUM_1]
) as [Sum_1]
FROM
[Item] [x]
) [x_1]
ORDER BY
[x_1].[SUM_1]
[x_1].[Sum_1]

Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ FROM
[ItemValue] [a_Values]
WHERE
[x].[Id] = [a_Values].[ItemId]
) as [SUM_1]
) as [Sum_1]
FROM
[Item] [x]
) [x_1]
ORDER BY
[x_1].[SUM_1]
[x_1].[Sum_1]

Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ FROM
[ItemValue] [a_Values]
WHERE
[x].[Id] = [a_Values].[ItemId]
) as [SUM_1]
) as [Sum_1]
FROM
[Item] [x]
) [x_1]
ORDER BY
IIF([x_1].[SUM_1] IS NULL, 0, [x_1].[SUM_1])
IIF([x_1].[Sum_1] IS NULL, 0, [x_1].[Sum_1])

Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ SELECT
SELECT
COUNT(*)
FROM
[Child] [c_1]
[Child] [a_Children]
WHERE
[p].[ParentID] = [c_1].[ParentID] AND [c_1].[ChildID] > 0
[p].[ParentID] = [a_Children].[ParentID] AND [a_Children].[ChildID] > 0
)
FROM
[Parent] [p]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ SELECT
SELECT
COUNT(*)
FROM
[Child] [c_1]
[Child] [a_Children]
WHERE
[p].[ParentID] = [c_1].[ParentID] AND [c_1].[ChildID] > 1
[p].[ParentID] = [a_Children].[ParentID] AND [a_Children].[ChildID] > 1
)
FROM
[Parent] [p]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ SELECT
SELECT
COUNT(*)
FROM
[Child] [c_1]
[Child] [a_Children]
WHERE
[p].[ParentID] = [c_1].[ParentID] AND [c_1].[ChildID] > ?
[p].[ParentID] = [a_Children].[ParentID] AND [a_Children].[ChildID] > ?
) + 2
FROM
[Parent] [p]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ SELECT
SELECT
COUNT(*)
FROM
[Child] [c_1]
[Child] [a_Children]
WHERE
[p].[ParentID] = [c_1].[ParentID] AND [c_1].[ChildID] > ?
[p].[ParentID] = [a_Children].[ParentID] AND [a_Children].[ChildID] > ?
) + 4
FROM
[Parent] [p]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM
(
SELECT
[a_Parent].[ParentID],
COUNT(*) as [COUNT_1],
COUNT(*) as [Count_1],
[a_Parent].[Value1]
FROM
[GrandChild] [g_1]
Expand All @@ -17,5 +17,5 @@ FROM
[a_Parent].[Value1]
) [g_2]
WHERE
[g_2].[COUNT_1] > 2 AND [g_2].[ParentID] <> 1
[g_2].[Count_1] > 2 AND [g_2].[ParentID] <> 1

Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[g_2].[MIN_2]
[g_2].[Min_2]
FROM
(
SELECT
MIN(IIF([g_1].[ParentID] > 2, [g_1].[ChildID], NULL)) as [MIN_1],
MIN(IIF([g_1].[ParentID] > 2, [g_1].[ChildID], NULL)) as [MIN_2]
MIN(IIF([g_1].[ParentID] > 2, [g_1].[ChildID], NULL)) as [Min_1],
MIN(IIF([g_1].[ParentID] > 2, [g_1].[ChildID], NULL)) as [Min_2]
FROM
[Child] [g_1]
GROUP BY
[g_1].[ParentID]
) [g_2]
WHERE
[g_2].[MIN_1] IS NOT NULL
[g_2].[Min_1] IS NOT NULL

Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
-- Access.Ace.Odbc AccessODBC (asynchronously)

SELECT
[g_2].[MIN_1]
[g_2].[Min_1]
FROM
(
SELECT
MIN(IIF([g_1].[ParentID] > 2, [g_1].[ChildID], NULL)) as [cond],
MIN(IIF([g_1].[ParentID] > 2, [g_1].[ChildID], NULL)) as [MIN_1]
MIN(IIF([g_1].[ParentID] > 2, [g_1].[ChildID], NULL)) as [Min_1]
FROM
[Child] [g_1]
GROUP BY
Expand Down
Loading