From 15c8d7baecc488e29f374cf3594cbccb81d062df Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sat, 19 Oct 2024 23:13:53 +0000 Subject: [PATCH 01/39] [Windows / SQLite (both providers)] baselines --- ...ests.ToLookupAsyncTest(SQLite.Classic).sql | 21 +++++++++++++++++++ ...LookupElementAsyncTest(SQLite.Classic).sql | 21 +++++++++++++++++++ ...syncTests.ToLookupAsyncTest(SQLite.MS).sql | 21 +++++++++++++++++++ ...ts.ToLookupElementAsyncTest(SQLite.MS).sql | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 SQLite.Classic/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.Classic).sql create mode 100644 SQLite.Classic/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.Classic).sql create mode 100644 SQLite.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.MS).sql create mode 100644 SQLite.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.MS).sql diff --git a/SQLite.Classic/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.Classic).sql b/SQLite.Classic/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.Classic).sql new file mode 100644 index 00000000000..d69a2728841 --- /dev/null +++ b/SQLite.Classic/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.Classic).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SQLite.Classic SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SQLite.Classic SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SQLite.Classic/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.Classic).sql b/SQLite.Classic/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.Classic).sql new file mode 100644 index 00000000000..d69a2728841 --- /dev/null +++ b/SQLite.Classic/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.Classic).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SQLite.Classic SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SQLite.Classic SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SQLite.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.MS).sql b/SQLite.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.MS).sql new file mode 100644 index 00000000000..7a202fd8889 --- /dev/null +++ b/SQLite.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SQLite.MS SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SQLite.MS SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SQLite.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.MS).sql b/SQLite.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.MS).sql new file mode 100644 index 00000000000..7a202fd8889 --- /dev/null +++ b/SQLite.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SQLite.MS SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SQLite.MS SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + From 3c26f1161fdf22d7c908bdbe4171977f3b0a860b Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sat, 19 Oct 2024 23:24:09 +0000 Subject: [PATCH 02/39] [Windows / SQL CE] baselines --- ...nq.AsyncTests.ToLookupAsyncTest(SqlCe).sql | 21 +++++++++++++++++++ ...cTests.ToLookupElementAsyncTest(SqlCe).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 SqlCe/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlCe).sql create mode 100644 SqlCe/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlCe).sql diff --git a/SqlCe/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlCe).sql b/SqlCe/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlCe).sql new file mode 100644 index 00000000000..44ad633d6e5 --- /dev/null +++ b/SqlCe/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlCe).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlCe (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlCe (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlCe/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlCe).sql b/SqlCe/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlCe).sql new file mode 100644 index 00000000000..44ad633d6e5 --- /dev/null +++ b/SqlCe/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlCe).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlCe (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlCe (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + From 80c4c8d25d779942c11519314ea1a326f83fa465 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sat, 19 Oct 2024 23:30:54 +0000 Subject: [PATCH 03/39] [Windows / SQLite (specialized tests)] baselines --- ....ToLookupAsyncTest(SQLite.Classic.MPM).sql | 21 +++++++++++++++++++ ...upElementAsyncTest(SQLite.Classic.MPM).sql | 21 +++++++++++++++++++ ....ToLookupAsyncTest(SQLite.Classic.MPU).sql | 21 +++++++++++++++++++ ...upElementAsyncTest(SQLite.Classic.MPU).sql | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 SQLite.Classic.MPM/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.Classic.MPM).sql create mode 100644 SQLite.Classic.MPM/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.Classic.MPM).sql create mode 100644 SQLite.Classic.MPU/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.Classic.MPU).sql create mode 100644 SQLite.Classic.MPU/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.Classic.MPU).sql diff --git a/SQLite.Classic.MPM/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.Classic.MPM).sql b/SQLite.Classic.MPM/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.Classic.MPM).sql new file mode 100644 index 00000000000..ccee3348434 --- /dev/null +++ b/SQLite.Classic.MPM/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.Classic.MPM).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SQLite.Classic.MPM SQLite.Classic SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SQLite.Classic.MPM SQLite.Classic SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SQLite.Classic.MPM/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.Classic.MPM).sql b/SQLite.Classic.MPM/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.Classic.MPM).sql new file mode 100644 index 00000000000..ccee3348434 --- /dev/null +++ b/SQLite.Classic.MPM/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.Classic.MPM).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SQLite.Classic.MPM SQLite.Classic SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SQLite.Classic.MPM SQLite.Classic SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SQLite.Classic.MPU/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.Classic.MPU).sql b/SQLite.Classic.MPU/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.Classic.MPU).sql new file mode 100644 index 00000000000..ce5295ac225 --- /dev/null +++ b/SQLite.Classic.MPU/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SQLite.Classic.MPU).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SQLite.Classic.MPU SQLite.Classic SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SQLite.Classic.MPU SQLite.Classic SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SQLite.Classic.MPU/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.Classic.MPU).sql b/SQLite.Classic.MPU/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.Classic.MPU).sql new file mode 100644 index 00000000000..ce5295ac225 --- /dev/null +++ b/SQLite.Classic.MPU/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SQLite.Classic.MPU).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SQLite.Classic.MPU SQLite.Classic SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SQLite.Classic.MPU SQLite.Classic SQLite (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + From f9629361cc6b86f290781a4e18c406ebdb694c98 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sat, 19 Oct 2024 23:32:18 +0000 Subject: [PATCH 04/39] [Windows / Access MDB (Jet/ODBC)] baselines --- ...ncTests.ToLookupAsyncTest(Access.Odbc).sql | 21 +++++++++++++++++++ ....ToLookupElementAsyncTest(Access.Odbc).sql | 21 +++++++++++++++++++ ...q.AsyncTests.ToLookupAsyncTest(Access).sql | 21 +++++++++++++++++++ ...Tests.ToLookupElementAsyncTest(Access).sql | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 Access.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Access.Odbc).sql create mode 100644 Access.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Access.Odbc).sql create mode 100644 Access/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Access).sql create mode 100644 Access/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Access).sql diff --git a/Access.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Access.Odbc).sql b/Access.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Access.Odbc).sql new file mode 100644 index 00000000000..91c1ad0ac6b --- /dev/null +++ b/Access.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Access.Odbc).sql @@ -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] + diff --git a/Access.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Access.Odbc).sql b/Access.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Access.Odbc).sql new file mode 100644 index 00000000000..91c1ad0ac6b --- /dev/null +++ b/Access.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Access.Odbc).sql @@ -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] + diff --git a/Access/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Access).sql b/Access/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Access).sql new file mode 100644 index 00000000000..54280826be2 --- /dev/null +++ b/Access/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Access).sql @@ -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] + diff --git a/Access/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Access).sql b/Access/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Access).sql new file mode 100644 index 00000000000..54280826be2 --- /dev/null +++ b/Access/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Access).sql @@ -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] + From 907474fef0325d464b476a7351f4ff818551f823 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sat, 19 Oct 2024 23:58:40 +0000 Subject: [PATCH 05/39] [Windows / SQL Server 2005] baselines --- ...s.ToLookupAsyncTest(SqlServer.2005.MS).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(SqlServer.2005.MS).sql | 21 +++++++++++++++++++ ...ests.ToLookupAsyncTest(SqlServer.2005).sql | 21 +++++++++++++++++++ ...LookupElementAsyncTest(SqlServer.2005).sql | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 SqlServer.2005.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2005.MS).sql create mode 100644 SqlServer.2005.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2005.MS).sql create mode 100644 SqlServer.2005/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2005).sql create mode 100644 SqlServer.2005/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2005).sql diff --git a/SqlServer.2005.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2005.MS).sql b/SqlServer.2005.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2005.MS).sql new file mode 100644 index 00000000000..bd74b016c1d --- /dev/null +++ b/SqlServer.2005.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2005.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2005.MS SqlServer.2005 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2005.MS SqlServer.2005 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2005.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2005.MS).sql b/SqlServer.2005.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2005.MS).sql new file mode 100644 index 00000000000..bd74b016c1d --- /dev/null +++ b/SqlServer.2005.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2005.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2005.MS SqlServer.2005 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2005.MS SqlServer.2005 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2005/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2005).sql b/SqlServer.2005/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2005).sql new file mode 100644 index 00000000000..38dca5d660e --- /dev/null +++ b/SqlServer.2005/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2005).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2005 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2005 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2005/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2005).sql b/SqlServer.2005/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2005).sql new file mode 100644 index 00000000000..38dca5d660e --- /dev/null +++ b/SqlServer.2005/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2005).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2005 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2005 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + From eed80f5fc4f3e288f7fd1034a5ac1778f109d69f Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 00:06:06 +0000 Subject: [PATCH 06/39] [Windows / SQL Server 2019] baselines --- ...s.ToLookupAsyncTest(SqlServer.2019.MS).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(SqlServer.2019.MS).sql | 21 +++++++++++++++++++ ...ests.ToLookupAsyncTest(SqlServer.2019).sql | 21 +++++++++++++++++++ ...LookupElementAsyncTest(SqlServer.2019).sql | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 SqlServer.2019.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2019.MS).sql create mode 100644 SqlServer.2019.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2019.MS).sql create mode 100644 SqlServer.2019/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2019).sql create mode 100644 SqlServer.2019/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2019).sql diff --git a/SqlServer.2019.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2019.MS).sql b/SqlServer.2019.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2019.MS).sql new file mode 100644 index 00000000000..1c711284f8a --- /dev/null +++ b/SqlServer.2019.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2019.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2019.MS SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2019.MS SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2019.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2019.MS).sql b/SqlServer.2019.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2019.MS).sql new file mode 100644 index 00000000000..1c711284f8a --- /dev/null +++ b/SqlServer.2019.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2019.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2019.MS SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2019.MS SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2019/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2019).sql b/SqlServer.2019/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2019).sql new file mode 100644 index 00000000000..c1c91a11e55 --- /dev/null +++ b/SqlServer.2019/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2019).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2019/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2019).sql b/SqlServer.2019/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2019).sql new file mode 100644 index 00000000000..c1c91a11e55 --- /dev/null +++ b/SqlServer.2019/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2019).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + From 28916095315f8f05a6d763f2fbf3e38e4ef9bdf6 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 01:57:07 +0000 Subject: [PATCH 07/39] [Windows / SQL Server EXTRAS] baselines --- ...ookupAsyncTest(SqlServer.Contained.MS).sql | 21 +++++++++++++++++++ ...ementAsyncTest(SqlServer.Contained.MS).sql | 21 +++++++++++++++++++ ...ToLookupAsyncTest(SqlServer.Contained).sql | 21 +++++++++++++++++++ ...pElementAsyncTest(SqlServer.Contained).sql | 21 +++++++++++++++++++ ...ests.Caching(SqlServer.SA.LinqService).sql | 4 +--- ...sts.ToLookupAsyncTest(SqlServer.SA.MS).sql | 21 +++++++++++++++++++ ...ookupElementAsyncTest(SqlServer.SA.MS).sql | 21 +++++++++++++++++++ ...cTests.ToLookupAsyncTest(SqlServer.SA).sql | 21 +++++++++++++++++++ ...ToLookupElementAsyncTest(SqlServer.SA).sql | 21 +++++++++++++++++++ 9 files changed, 169 insertions(+), 3 deletions(-) create mode 100644 SqlServer.Contained.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.Contained.MS).sql create mode 100644 SqlServer.Contained.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.Contained.MS).sql create mode 100644 SqlServer.Contained/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.Contained).sql create mode 100644 SqlServer.Contained/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.Contained).sql create mode 100644 SqlServer.SA.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.SA.MS).sql create mode 100644 SqlServer.SA.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.SA.MS).sql create mode 100644 SqlServer.SA/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.SA).sql create mode 100644 SqlServer.SA/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.SA).sql diff --git a/SqlServer.Contained.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.Contained.MS).sql b/SqlServer.Contained.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.Contained.MS).sql new file mode 100644 index 00000000000..9b2793d318a --- /dev/null +++ b/SqlServer.Contained.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.Contained.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.Contained.MS SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.Contained.MS SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.Contained.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.Contained.MS).sql b/SqlServer.Contained.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.Contained.MS).sql new file mode 100644 index 00000000000..9b2793d318a --- /dev/null +++ b/SqlServer.Contained.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.Contained.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.Contained.MS SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.Contained.MS SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.Contained/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.Contained).sql b/SqlServer.Contained/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.Contained).sql new file mode 100644 index 00000000000..c69b1197f5e --- /dev/null +++ b/SqlServer.Contained/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.Contained).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.Contained SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.Contained SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.Contained/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.Contained).sql b/SqlServer.Contained/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.Contained).sql new file mode 100644 index 00000000000..c69b1197f5e --- /dev/null +++ b/SqlServer.Contained/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.Contained).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.Contained SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.Contained SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql b/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql index 76251f8c9c4..9e483037c8d 100644 --- a/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql +++ b/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql @@ -2,8 +2,6 @@ -- SqlServer.SA SqlServer.2019 DECLARE @ParentID Int -- Int32 SET @ParentID = 1 -DECLARE @ParentID_1 Int -- Int32 -SET @ParentID_1 = 1 SELECT [x].[ParentID], @@ -11,7 +9,7 @@ SELECT FROM [Parent] [x] WHERE - ([x].[ParentID] = @ParentID OR [x].[ParentID] = @ParentID_1) + ([x].[ParentID] = @ParentID OR [x].[ParentID] = @ParentID) BeforeExecute -- SqlServer.SA SqlServer.2019 diff --git a/SqlServer.SA.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.SA.MS).sql b/SqlServer.SA.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.SA.MS).sql new file mode 100644 index 00000000000..4424fe2f659 --- /dev/null +++ b/SqlServer.SA.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.SA.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.SA.MS SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.SA.MS SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.SA.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.SA.MS).sql b/SqlServer.SA.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.SA.MS).sql new file mode 100644 index 00000000000..4424fe2f659 --- /dev/null +++ b/SqlServer.SA.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.SA.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.SA.MS SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.SA.MS SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.SA/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.SA).sql b/SqlServer.SA/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.SA).sql new file mode 100644 index 00000000000..f8397a95451 --- /dev/null +++ b/SqlServer.SA/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.SA).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.SA SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.SA SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.SA/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.SA).sql b/SqlServer.SA/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.SA).sql new file mode 100644 index 00000000000..f8397a95451 --- /dev/null +++ b/SqlServer.SA/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.SA).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.SA SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.SA SqlServer.2019 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + From 04b7fda0cc74bb0e9c0bf7a65f37764548b4d2cf Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 01:57:19 +0000 Subject: [PATCH 08/39] [Windows / SQL Server 2014] baselines --- ...s.ToLookupAsyncTest(SqlServer.2014.MS).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(SqlServer.2014.MS).sql | 21 +++++++++++++++++++ ...ests.ToLookupAsyncTest(SqlServer.2014).sql | 21 +++++++++++++++++++ ...LookupElementAsyncTest(SqlServer.2014).sql | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 SqlServer.2014.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2014.MS).sql create mode 100644 SqlServer.2014.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2014.MS).sql create mode 100644 SqlServer.2014/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2014).sql create mode 100644 SqlServer.2014/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2014).sql diff --git a/SqlServer.2014.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2014.MS).sql b/SqlServer.2014.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2014.MS).sql new file mode 100644 index 00000000000..97a1b767bf1 --- /dev/null +++ b/SqlServer.2014.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2014.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2014.MS SqlServer.2014 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2014.MS SqlServer.2014 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2014.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2014.MS).sql b/SqlServer.2014.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2014.MS).sql new file mode 100644 index 00000000000..97a1b767bf1 --- /dev/null +++ b/SqlServer.2014.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2014.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2014.MS SqlServer.2014 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2014.MS SqlServer.2014 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2014/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2014).sql b/SqlServer.2014/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2014).sql new file mode 100644 index 00000000000..b7ba58786ee --- /dev/null +++ b/SqlServer.2014/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2014).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2014 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2014 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2014/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2014).sql b/SqlServer.2014/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2014).sql new file mode 100644 index 00000000000..b7ba58786ee --- /dev/null +++ b/SqlServer.2014/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2014).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2014 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2014 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + From 607d080ac9bea29d2ee461c1c62b793057aa1c9f Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 01:57:38 +0000 Subject: [PATCH 09/39] [Windows / SQL Server 2008] baselines --- ...s.ToLookupAsyncTest(SqlServer.2008.MS).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(SqlServer.2008.MS).sql | 21 +++++++++++++++++++ ...ests.ToLookupAsyncTest(SqlServer.2008).sql | 21 +++++++++++++++++++ ...LookupElementAsyncTest(SqlServer.2008).sql | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 SqlServer.2008.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2008.MS).sql create mode 100644 SqlServer.2008.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2008.MS).sql create mode 100644 SqlServer.2008/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2008).sql create mode 100644 SqlServer.2008/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2008).sql diff --git a/SqlServer.2008.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2008.MS).sql b/SqlServer.2008.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2008.MS).sql new file mode 100644 index 00000000000..05ebefff9d9 --- /dev/null +++ b/SqlServer.2008.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2008.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2008.MS SqlServer.2008 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2008.MS SqlServer.2008 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2008.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2008.MS).sql b/SqlServer.2008.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2008.MS).sql new file mode 100644 index 00000000000..05ebefff9d9 --- /dev/null +++ b/SqlServer.2008.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2008.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2008.MS SqlServer.2008 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2008.MS SqlServer.2008 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2008/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2008).sql b/SqlServer.2008/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2008).sql new file mode 100644 index 00000000000..0944ffbc356 --- /dev/null +++ b/SqlServer.2008/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2008).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2008 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2008 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2008/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2008).sql b/SqlServer.2008/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2008).sql new file mode 100644 index 00000000000..0944ffbc356 --- /dev/null +++ b/SqlServer.2008/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2008).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2008 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2008 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + From 3f69f7abaedb9501747ce83e8655f180c0c50c6c Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:00:28 +0000 Subject: [PATCH 10/39] [Windows / SQL Server 2016] baselines --- ...s.ToLookupAsyncTest(SqlServer.2016.MS).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(SqlServer.2016.MS).sql | 21 +++++++++++++++++++ ...ests.ToLookupAsyncTest(SqlServer.2016).sql | 21 +++++++++++++++++++ ...LookupElementAsyncTest(SqlServer.2016).sql | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 SqlServer.2016.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2016.MS).sql create mode 100644 SqlServer.2016.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2016.MS).sql create mode 100644 SqlServer.2016/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2016).sql create mode 100644 SqlServer.2016/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2016).sql diff --git a/SqlServer.2016.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2016.MS).sql b/SqlServer.2016.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2016.MS).sql new file mode 100644 index 00000000000..6149fb3ef32 --- /dev/null +++ b/SqlServer.2016.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2016.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2016.MS SqlServer.2016 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2016.MS SqlServer.2016 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2016.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2016.MS).sql b/SqlServer.2016.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2016.MS).sql new file mode 100644 index 00000000000..6149fb3ef32 --- /dev/null +++ b/SqlServer.2016.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2016.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2016.MS SqlServer.2016 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2016.MS SqlServer.2016 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2016/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2016).sql b/SqlServer.2016/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2016).sql new file mode 100644 index 00000000000..fa8b1a1d7a6 --- /dev/null +++ b/SqlServer.2016/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2016).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2016 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2016 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2016/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2016).sql b/SqlServer.2016/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2016).sql new file mode 100644 index 00000000000..fa8b1a1d7a6 --- /dev/null +++ b/SqlServer.2016/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2016).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2016 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2016 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + From 2bf383fd85b983ce39366187e60a2812657d59d1 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:01:23 +0000 Subject: [PATCH 11/39] [Windows / SQL Server 2017] baselines --- ...s.ToLookupAsyncTest(SqlServer.2017.MS).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(SqlServer.2017.MS).sql | 21 +++++++++++++++++++ ...ests.ToLookupAsyncTest(SqlServer.2017).sql | 21 +++++++++++++++++++ ...LookupElementAsyncTest(SqlServer.2017).sql | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 SqlServer.2017.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2017.MS).sql create mode 100644 SqlServer.2017.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2017.MS).sql create mode 100644 SqlServer.2017/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2017).sql create mode 100644 SqlServer.2017/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2017).sql diff --git a/SqlServer.2017.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2017.MS).sql b/SqlServer.2017.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2017.MS).sql new file mode 100644 index 00000000000..40e651d4404 --- /dev/null +++ b/SqlServer.2017.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2017.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2017.MS SqlServer.2017 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2017.MS SqlServer.2017 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2017.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2017.MS).sql b/SqlServer.2017.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2017.MS).sql new file mode 100644 index 00000000000..40e651d4404 --- /dev/null +++ b/SqlServer.2017.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2017.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2017.MS SqlServer.2017 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2017.MS SqlServer.2017 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2017/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2017).sql b/SqlServer.2017/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2017).sql new file mode 100644 index 00000000000..4a737a6193f --- /dev/null +++ b/SqlServer.2017/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2017).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2017 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2017 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2017/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2017).sql b/SqlServer.2017/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2017).sql new file mode 100644 index 00000000000..4a737a6193f --- /dev/null +++ b/SqlServer.2017/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2017).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2017 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2017 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + From 626be489373ad5bdb6e327adcd6db581c29be2b0 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:08:18 +0000 Subject: [PATCH 12/39] [Windows / SQL Server 2012] baselines --- ...s.ToLookupAsyncTest(SqlServer.2012.MS).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(SqlServer.2012.MS).sql | 21 +++++++++++++++++++ ...ests.ToLookupAsyncTest(SqlServer.2012).sql | 21 +++++++++++++++++++ ...LookupElementAsyncTest(SqlServer.2012).sql | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 SqlServer.2012.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2012.MS).sql create mode 100644 SqlServer.2012.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2012.MS).sql create mode 100644 SqlServer.2012/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2012).sql create mode 100644 SqlServer.2012/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2012).sql diff --git a/SqlServer.2012.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2012.MS).sql b/SqlServer.2012.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2012.MS).sql new file mode 100644 index 00000000000..cdd4ba9cf7c --- /dev/null +++ b/SqlServer.2012.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2012.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2012.MS SqlServer.2012 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2012.MS SqlServer.2012 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2012.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2012.MS).sql b/SqlServer.2012.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2012.MS).sql new file mode 100644 index 00000000000..cdd4ba9cf7c --- /dev/null +++ b/SqlServer.2012.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2012.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2012.MS SqlServer.2012 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2012.MS SqlServer.2012 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2012/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2012).sql b/SqlServer.2012/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2012).sql new file mode 100644 index 00000000000..ef2e8e5561b --- /dev/null +++ b/SqlServer.2012/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2012).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2012 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2012 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2012/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2012).sql b/SqlServer.2012/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2012).sql new file mode 100644 index 00000000000..ef2e8e5561b --- /dev/null +++ b/SqlServer.2012/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2012).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2012 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2012 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + From 4df14169c6c79c1db62bf84f3273fc8a822205e4 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:10:24 +0000 Subject: [PATCH 13/39] [Linux / Firebird 2.5] baselines --- ...cTests.ToLookupAsyncTest(Firebird.2.5).sql | 21 +++++++++++++++++++ ...ToLookupElementAsyncTest(Firebird.2.5).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Firebird.2.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.2.5).sql create mode 100644 Firebird.2.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.2.5).sql diff --git a/Firebird.2.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.2.5).sql b/Firebird.2.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.2.5).sql new file mode 100644 index 00000000000..cb06672ec63 --- /dev/null +++ b/Firebird.2.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.2.5).sql @@ -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" + diff --git a/Firebird.2.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.2.5).sql b/Firebird.2.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.2.5).sql new file mode 100644 index 00000000000..cb06672ec63 --- /dev/null +++ b/Firebird.2.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.2.5).sql @@ -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" + From e85ff83c5cbdc58abb3ca89b9db5e21b061766f5 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:10:27 +0000 Subject: [PATCH 14/39] [Linux / Firebird 3.0] baselines --- ...yncTests.ToLookupAsyncTest(Firebird.3).sql | 21 +++++++++++++++++++ ...s.ToLookupElementAsyncTest(Firebird.3).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Firebird.3/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.3).sql create mode 100644 Firebird.3/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.3).sql diff --git a/Firebird.3/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.3).sql b/Firebird.3/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.3).sql new file mode 100644 index 00000000000..bd826db6ab9 --- /dev/null +++ b/Firebird.3/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.3).sql @@ -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" + diff --git a/Firebird.3/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.3).sql b/Firebird.3/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.3).sql new file mode 100644 index 00000000000..bd826db6ab9 --- /dev/null +++ b/Firebird.3/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.3).sql @@ -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" + From e00358dae59ce8663da1eec9b1dbeb590a643beb Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:12:09 +0000 Subject: [PATCH 15/39] [Linux / Firebird 4.0] baselines --- ...yncTests.ToLookupAsyncTest(Firebird.4).sql | 21 +++++++++++++++++++ ...s.ToLookupElementAsyncTest(Firebird.4).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Firebird.4/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.4).sql create mode 100644 Firebird.4/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.4).sql diff --git a/Firebird.4/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.4).sql b/Firebird.4/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.4).sql new file mode 100644 index 00000000000..0b0203735ae --- /dev/null +++ b/Firebird.4/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.4).sql @@ -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" + diff --git a/Firebird.4/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.4).sql b/Firebird.4/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.4).sql new file mode 100644 index 00000000000..0b0203735ae --- /dev/null +++ b/Firebird.4/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.4).sql @@ -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" + From f4547b75aa33d19757acb26e90f482bbf77bd485 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:17:59 +0000 Subject: [PATCH 16/39] [Linux / ClickHouse MySql] baselines --- ...ts.ToLookupAsyncTest(ClickHouse.MySql).sql | 21 +++++++++++++++++++ ...okupElementAsyncTest(ClickHouse.MySql).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 ClickHouse.MySql/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(ClickHouse.MySql).sql create mode 100644 ClickHouse.MySql/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(ClickHouse.MySql).sql diff --git a/ClickHouse.MySql/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(ClickHouse.MySql).sql b/ClickHouse.MySql/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(ClickHouse.MySql).sql new file mode 100644 index 00000000000..9394f5c7960 --- /dev/null +++ b/ClickHouse.MySql/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(ClickHouse.MySql).sql @@ -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 + diff --git a/ClickHouse.MySql/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(ClickHouse.MySql).sql b/ClickHouse.MySql/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(ClickHouse.MySql).sql new file mode 100644 index 00000000000..9394f5c7960 --- /dev/null +++ b/ClickHouse.MySql/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(ClickHouse.MySql).sql @@ -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 + From 6b3c657916347715d5fae4691873c0157003c877 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:20:29 +0000 Subject: [PATCH 17/39] [Linux / MariaDB 11] baselines --- ...yncTests.ToLookupAsyncTest(MariaDB.11).sql | 21 +++++++++++++++++++ ...s.ToLookupElementAsyncTest(MariaDB.11).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 MariaDB.11/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MariaDB.11).sql create mode 100644 MariaDB.11/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MariaDB.11).sql diff --git a/MariaDB.11/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MariaDB.11).sql b/MariaDB.11/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MariaDB.11).sql new file mode 100644 index 00000000000..d66576c947b --- /dev/null +++ b/MariaDB.11/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MariaDB.11).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- MariaDB.11 MariaDB.10.MySqlConnector MySql (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` +ORDER BY + `t1`.`ParentID`, + `t1`.`ChildID` + +BeforeExecute +-- MariaDB.11 MariaDB.10.MySqlConnector MySql (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` + diff --git a/MariaDB.11/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MariaDB.11).sql b/MariaDB.11/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MariaDB.11).sql new file mode 100644 index 00000000000..d66576c947b --- /dev/null +++ b/MariaDB.11/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MariaDB.11).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- MariaDB.11 MariaDB.10.MySqlConnector MySql (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` +ORDER BY + `t1`.`ParentID`, + `t1`.`ChildID` + +BeforeExecute +-- MariaDB.11 MariaDB.10.MySqlConnector MySql (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` + From 465699b28e4cdd891d3459f519d624faa1324f60 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:21:53 +0000 Subject: [PATCH 18/39] [Linux / MySQL 5.7 (both providers)] baselines --- ...syncTests.ToLookupAsyncTest(MySql.5.7).sql | 21 +++++++++++++++++++ ...ts.ToLookupElementAsyncTest(MySql.5.7).sql | 21 +++++++++++++++++++ ....ToLookupAsyncTest(MySqlConnector.5.7).sql | 21 +++++++++++++++++++ ...upElementAsyncTest(MySqlConnector.5.7).sql | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 MySql.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySql.5.7).sql create mode 100644 MySql.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySql.5.7).sql create mode 100644 MySqlConnector.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySqlConnector.5.7).sql create mode 100644 MySqlConnector.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySqlConnector.5.7).sql diff --git a/MySql.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySql.5.7).sql b/MySql.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySql.5.7).sql new file mode 100644 index 00000000000..ddc6fa4285e --- /dev/null +++ b/MySql.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySql.5.7).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- MySql.5.7 MySql.5.7.MySql.Data MySql57 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` +ORDER BY + `t1`.`ParentID`, + `t1`.`ChildID` + +BeforeExecute +-- MySql.5.7 MySql.5.7.MySql.Data MySql57 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` + diff --git a/MySql.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySql.5.7).sql b/MySql.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySql.5.7).sql new file mode 100644 index 00000000000..ddc6fa4285e --- /dev/null +++ b/MySql.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySql.5.7).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- MySql.5.7 MySql.5.7.MySql.Data MySql57 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` +ORDER BY + `t1`.`ParentID`, + `t1`.`ChildID` + +BeforeExecute +-- MySql.5.7 MySql.5.7.MySql.Data MySql57 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` + diff --git a/MySqlConnector.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySqlConnector.5.7).sql b/MySqlConnector.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySqlConnector.5.7).sql new file mode 100644 index 00000000000..39ae27ad17a --- /dev/null +++ b/MySqlConnector.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySqlConnector.5.7).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- MySqlConnector.5.7 MySql.5.7.MySqlConnector MySql57 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` +ORDER BY + `t1`.`ParentID`, + `t1`.`ChildID` + +BeforeExecute +-- MySqlConnector.5.7 MySql.5.7.MySqlConnector MySql57 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` + diff --git a/MySqlConnector.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySqlConnector.5.7).sql b/MySqlConnector.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySqlConnector.5.7).sql new file mode 100644 index 00000000000..39ae27ad17a --- /dev/null +++ b/MySqlConnector.5.7/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySqlConnector.5.7).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- MySqlConnector.5.7 MySql.5.7.MySqlConnector MySql57 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` +ORDER BY + `t1`.`ParentID`, + `t1`.`ChildID` + +BeforeExecute +-- MySqlConnector.5.7 MySql.5.7.MySqlConnector MySql57 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` + From 7432ff88ba07d717799bbd427b64816d8140a71c Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:23:13 +0000 Subject: [PATCH 19/39] [Linux / ClickHouse Client] baselines --- ...s.ToLookupAsyncTest(ClickHouse.Client).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(ClickHouse.Client).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 ClickHouse.Client/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(ClickHouse.Client).sql create mode 100644 ClickHouse.Client/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(ClickHouse.Client).sql diff --git a/ClickHouse.Client/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(ClickHouse.Client).sql b/ClickHouse.Client/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(ClickHouse.Client).sql new file mode 100644 index 00000000000..195bb601175 --- /dev/null +++ b/ClickHouse.Client/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(ClickHouse.Client).sql @@ -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 + diff --git a/ClickHouse.Client/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(ClickHouse.Client).sql b/ClickHouse.Client/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(ClickHouse.Client).sql new file mode 100644 index 00000000000..195bb601175 --- /dev/null +++ b/ClickHouse.Client/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(ClickHouse.Client).sql @@ -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 + From 209d6d25267850febe5576dc8a3eb2e44eb0cab0 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:28:45 +0000 Subject: [PATCH 20/39] [Linux / MySQL 9 (both providers)] baselines --- ...syncTests.ToLookupAsyncTest(MySql.8.0).sql | 21 +++++++++++++++++++ ...ts.ToLookupElementAsyncTest(MySql.8.0).sql | 21 +++++++++++++++++++ ....ToLookupAsyncTest(MySqlConnector.8.0).sql | 21 +++++++++++++++++++ ...upElementAsyncTest(MySqlConnector.8.0).sql | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 MySql.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySql.8.0).sql create mode 100644 MySql.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySql.8.0).sql create mode 100644 MySqlConnector.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySqlConnector.8.0).sql create mode 100644 MySqlConnector.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySqlConnector.8.0).sql diff --git a/MySql.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySql.8.0).sql b/MySql.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySql.8.0).sql new file mode 100644 index 00000000000..19d64bb0ae9 --- /dev/null +++ b/MySql.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySql.8.0).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- MySql.8.0 MySql.8.0.MySql.Data MySql80 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` +ORDER BY + `t1`.`ParentID`, + `t1`.`ChildID` + +BeforeExecute +-- MySql.8.0 MySql.8.0.MySql.Data MySql80 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` + diff --git a/MySql.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySql.8.0).sql b/MySql.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySql.8.0).sql new file mode 100644 index 00000000000..19d64bb0ae9 --- /dev/null +++ b/MySql.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySql.8.0).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- MySql.8.0 MySql.8.0.MySql.Data MySql80 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` +ORDER BY + `t1`.`ParentID`, + `t1`.`ChildID` + +BeforeExecute +-- MySql.8.0 MySql.8.0.MySql.Data MySql80 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` + diff --git a/MySqlConnector.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySqlConnector.8.0).sql b/MySqlConnector.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySqlConnector.8.0).sql new file mode 100644 index 00000000000..0fe8ad453f3 --- /dev/null +++ b/MySqlConnector.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(MySqlConnector.8.0).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- MySqlConnector.8.0 MySql.8.0.MySqlConnector MySql80 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` +ORDER BY + `t1`.`ParentID`, + `t1`.`ChildID` + +BeforeExecute +-- MySqlConnector.8.0 MySql.8.0.MySqlConnector MySql80 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` + diff --git a/MySqlConnector.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySqlConnector.8.0).sql b/MySqlConnector.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySqlConnector.8.0).sql new file mode 100644 index 00000000000..0fe8ad453f3 --- /dev/null +++ b/MySqlConnector.8.0/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(MySqlConnector.8.0).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- MySqlConnector.8.0 MySql.8.0.MySqlConnector MySql80 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` +ORDER BY + `t1`.`ParentID`, + `t1`.`ChildID` + +BeforeExecute +-- MySqlConnector.8.0 MySql.8.0.MySqlConnector MySql80 (asynchronously) + +SELECT + `t1`.`ParentID`, + `t1`.`ChildID` +FROM + `Child` `t1` + From 2812d60ad5fcfdcf38df65325a9d0c954dcff485 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 04:30:58 +0200 Subject: [PATCH 21/39] [Linux / Oracle 11g XE] baselines --- ...s.ToLookupAsyncTest(Oracle.11.Managed).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(Oracle.11.Managed).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Oracle.11.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.11.Managed).sql create mode 100644 Oracle.11.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.11.Managed).sql diff --git a/Oracle.11.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.11.Managed).sql b/Oracle.11.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.11.Managed).sql new file mode 100644 index 00000000000..6363b60a4b5 --- /dev/null +++ b/Oracle.11.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.11.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Oracle.11.Managed Oracle11 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- Oracle.11.Managed Oracle11 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + diff --git a/Oracle.11.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.11.Managed).sql b/Oracle.11.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.11.Managed).sql new file mode 100644 index 00000000000..6363b60a4b5 --- /dev/null +++ b/Oracle.11.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.11.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Oracle.11.Managed Oracle11 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- Oracle.11.Managed Oracle11 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + From 592b2639c209d0b90e0ba8aec86c907fdda2cdbc Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:37:19 +0000 Subject: [PATCH 22/39] [Linux / PostgreSQL 13] baselines --- ...Tests.ToLookupAsyncTest(PostgreSQL.13).sql | 21 +++++++++++++++++++ ...oLookupElementAsyncTest(PostgreSQL.13).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.13).sql create mode 100644 PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.13).sql diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.13).sql new file mode 100644 index 00000000000..5bba1e4ea58 --- /dev/null +++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.13).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.13).sql new file mode 100644 index 00000000000..5bba1e4ea58 --- /dev/null +++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.13).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + From db60c18266c334178599ea11875ab6655ef60f0d Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:38:40 +0000 Subject: [PATCH 23/39] [Linux / PostgreSQL 14] baselines --- ...Tests.ToLookupAsyncTest(PostgreSQL.14).sql | 21 +++++++++++++++++++ ...oLookupElementAsyncTest(PostgreSQL.14).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.14).sql create mode 100644 PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.14).sql diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.14).sql new file mode 100644 index 00000000000..1b54e82fdfc --- /dev/null +++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.14).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.14).sql new file mode 100644 index 00000000000..1b54e82fdfc --- /dev/null +++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.14).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + From af048f8a8d2beb3c5c9fd80cd68ef58fa2f9f3d6 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:39:58 +0000 Subject: [PATCH 24/39] [Windows / SQL Server 2022] baselines --- ...s.ToLookupAsyncTest(SqlServer.2022.MS).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(SqlServer.2022.MS).sql | 21 +++++++++++++++++++ ...ests.ToLookupAsyncTest(SqlServer.2022).sql | 21 +++++++++++++++++++ ...LookupElementAsyncTest(SqlServer.2022).sql | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 SqlServer.2022.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2022.MS).sql create mode 100644 SqlServer.2022.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2022.MS).sql create mode 100644 SqlServer.2022/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2022).sql create mode 100644 SqlServer.2022/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2022).sql diff --git a/SqlServer.2022.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2022.MS).sql b/SqlServer.2022.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2022.MS).sql new file mode 100644 index 00000000000..a7789767a39 --- /dev/null +++ b/SqlServer.2022.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2022.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2022.MS SqlServer.2022 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2022.MS SqlServer.2022 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2022.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2022.MS).sql b/SqlServer.2022.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2022.MS).sql new file mode 100644 index 00000000000..a7789767a39 --- /dev/null +++ b/SqlServer.2022.MS/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2022.MS).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2022.MS SqlServer.2022 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2022.MS SqlServer.2022 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2022/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2022).sql b/SqlServer.2022/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2022).sql new file mode 100644 index 00000000000..f92fe8d3001 --- /dev/null +++ b/SqlServer.2022/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SqlServer.2022).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2022 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2022 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/SqlServer.2022/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2022).sql b/SqlServer.2022/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2022).sql new file mode 100644 index 00000000000..f92fe8d3001 --- /dev/null +++ b/SqlServer.2022/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SqlServer.2022).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SqlServer.2022 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- SqlServer.2022 (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + From 0fac9cad4103a66d416ea61b91b5aec9db03158d Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 04:42:06 +0200 Subject: [PATCH 25/39] [Linux / Oracle 21c] baselines --- ...s.ToLookupAsyncTest(Oracle.21.Managed).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(Oracle.21.Managed).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Oracle.21.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.21.Managed).sql create mode 100644 Oracle.21.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.21.Managed).sql diff --git a/Oracle.21.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.21.Managed).sql b/Oracle.21.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.21.Managed).sql new file mode 100644 index 00000000000..43c0d6d162a --- /dev/null +++ b/Oracle.21.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.21.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Oracle.21.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- Oracle.21.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + diff --git a/Oracle.21.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.21.Managed).sql b/Oracle.21.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.21.Managed).sql new file mode 100644 index 00000000000..43c0d6d162a --- /dev/null +++ b/Oracle.21.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.21.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Oracle.21.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- Oracle.21.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + From 0fd2270418009ed22169a61cf8f1f45fad3c68ec Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:43:08 +0000 Subject: [PATCH 26/39] [Linux / PostgreSQL 15] baselines --- ...Tests.ToLookupAsyncTest(PostgreSQL.15).sql | 21 +++++++++++++++++++ ...oLookupElementAsyncTest(PostgreSQL.15).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 PostgreSQL.15/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.15).sql create mode 100644 PostgreSQL.15/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.15).sql diff --git a/PostgreSQL.15/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.15).sql b/PostgreSQL.15/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.15).sql new file mode 100644 index 00000000000..a5861bc7c18 --- /dev/null +++ b/PostgreSQL.15/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.15).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- PostgreSQL.15 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- PostgreSQL.15 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + diff --git a/PostgreSQL.15/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.15).sql b/PostgreSQL.15/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.15).sql new file mode 100644 index 00000000000..a5861bc7c18 --- /dev/null +++ b/PostgreSQL.15/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.15).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- PostgreSQL.15 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- PostgreSQL.15 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + From 4e226be9e7ed41a72f24d7c31ea6f5f681e01da5 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:46:43 +0000 Subject: [PATCH 27/39] [Linux / PostgreSQL 16] baselines --- ...Tests.ToLookupAsyncTest(PostgreSQL.16).sql | 21 +++++++++++++++++++ ...oLookupElementAsyncTest(PostgreSQL.16).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 PostgreSQL.16/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.16).sql create mode 100644 PostgreSQL.16/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.16).sql diff --git a/PostgreSQL.16/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.16).sql b/PostgreSQL.16/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.16).sql new file mode 100644 index 00000000000..6f2d5021ed4 --- /dev/null +++ b/PostgreSQL.16/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.16).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- PostgreSQL.16 PostgreSQL.15 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- PostgreSQL.16 PostgreSQL.15 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + diff --git a/PostgreSQL.16/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.16).sql b/PostgreSQL.16/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.16).sql new file mode 100644 index 00000000000..6f2d5021ed4 --- /dev/null +++ b/PostgreSQL.16/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.16).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- PostgreSQL.16 PostgreSQL.15 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- PostgreSQL.16 PostgreSQL.15 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + From 50ebddfcd9ea659d5014e7f696086560f134acb6 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:48:27 +0000 Subject: [PATCH 28/39] [Linux / PostgreSQL 17] baselines --- ...mesFromList(PostgreSQL.17.LinqService).sql | 2 +- ...Tests.ToLookupAsyncTest(PostgreSQL.17).sql | 21 +++++++++++++++++++ ...oLookupElementAsyncTest(PostgreSQL.17).sql | 21 +++++++++++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 PostgreSQL.17/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.17).sql create mode 100644 PostgreSQL.17/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.17).sql diff --git a/PostgreSQL.17.LinqService/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.UpdateBySourceReservedAndCaseNamesFromList(PostgreSQL.17.LinqService).sql b/PostgreSQL.17.LinqService/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.UpdateBySourceReservedAndCaseNamesFromList(PostgreSQL.17.LinqService).sql index d1bf36af471..662f3e5454e 100644 --- a/PostgreSQL.17.LinqService/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.UpdateBySourceReservedAndCaseNamesFromList(PostgreSQL.17.LinqService).sql +++ b/PostgreSQL.17.LinqService/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.UpdateBySourceReservedAndCaseNamesFromList(PostgreSQL.17.LinqService).sql @@ -236,7 +236,7 @@ BeforeExecute MERGE INTO "TestMerge1" "Target" USING (VALUES - (6), (3), (4), (5) + (6), (4), (3), (5) ) "Source" ( "source_From" diff --git a/PostgreSQL.17/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.17).sql b/PostgreSQL.17/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.17).sql new file mode 100644 index 00000000000..0cdbd0dcb81 --- /dev/null +++ b/PostgreSQL.17/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.17).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- PostgreSQL.17 PostgreSQL.15 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- PostgreSQL.17 PostgreSQL.15 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + diff --git a/PostgreSQL.17/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.17).sql b/PostgreSQL.17/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.17).sql new file mode 100644 index 00000000000..0cdbd0dcb81 --- /dev/null +++ b/PostgreSQL.17/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.17).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- PostgreSQL.17 PostgreSQL.15 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- PostgreSQL.17 PostgreSQL.15 PostgreSQL (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + From f33630f7d714c29ce515986a3602174993c4db2f Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 04:48:30 +0200 Subject: [PATCH 29/39] [Linux / Oracle 19c] baselines --- ...s.ToLookupAsyncTest(Oracle.19.Managed).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(Oracle.19.Managed).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Oracle.19.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.19.Managed).sql create mode 100644 Oracle.19.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.19.Managed).sql diff --git a/Oracle.19.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.19.Managed).sql b/Oracle.19.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.19.Managed).sql new file mode 100644 index 00000000000..aa1e23288ff --- /dev/null +++ b/Oracle.19.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.19.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Oracle.19.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- Oracle.19.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + diff --git a/Oracle.19.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.19.Managed).sql b/Oracle.19.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.19.Managed).sql new file mode 100644 index 00000000000..aa1e23288ff --- /dev/null +++ b/Oracle.19.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.19.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Oracle.19.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- Oracle.19.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + From 41472c3a1544021b664237b89aa09ff734804949 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 04:50:00 +0200 Subject: [PATCH 30/39] [Linux / Oracle 18c] baselines --- ...s.ToLookupAsyncTest(Oracle.18.Managed).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(Oracle.18.Managed).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Oracle.18.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.18.Managed).sql create mode 100644 Oracle.18.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.18.Managed).sql diff --git a/Oracle.18.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.18.Managed).sql b/Oracle.18.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.18.Managed).sql new file mode 100644 index 00000000000..5fe8dd72e95 --- /dev/null +++ b/Oracle.18.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.18.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Oracle.18.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- Oracle.18.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + diff --git a/Oracle.18.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.18.Managed).sql b/Oracle.18.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.18.Managed).sql new file mode 100644 index 00000000000..5fe8dd72e95 --- /dev/null +++ b/Oracle.18.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.18.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Oracle.18.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- Oracle.18.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + From aa9a66b82255c47cdf1a26107606e4ccf2ebc3ec Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 02:59:46 +0000 Subject: [PATCH 31/39] [Linux / ClickHouse Octonica] baselines --- ...ToLookupAsyncTest(ClickHouse.Octonica).sql | 21 +++++++++++++++++++ ...pElementAsyncTest(ClickHouse.Octonica).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 ClickHouse.Octonica/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(ClickHouse.Octonica).sql create mode 100644 ClickHouse.Octonica/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(ClickHouse.Octonica).sql diff --git a/ClickHouse.Octonica/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(ClickHouse.Octonica).sql b/ClickHouse.Octonica/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(ClickHouse.Octonica).sql new file mode 100644 index 00000000000..2ac46cecbaf --- /dev/null +++ b/ClickHouse.Octonica/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(ClickHouse.Octonica).sql @@ -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 + diff --git a/ClickHouse.Octonica/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(ClickHouse.Octonica).sql b/ClickHouse.Octonica/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(ClickHouse.Octonica).sql new file mode 100644 index 00000000000..2ac46cecbaf --- /dev/null +++ b/ClickHouse.Octonica/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(ClickHouse.Octonica).sql @@ -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 + From 2f4b2c6b8f0fa2d0e9ad9bcb2137c6dbc08b482f Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 03:11:08 +0000 Subject: [PATCH 32/39] [Linux / Sybase ASE 16] baselines --- ...ests.ToLookupAsyncTest(Sybase.Managed).sql | 21 +++++++++++++++++++ ...LookupElementAsyncTest(Sybase.Managed).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Sybase.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Sybase.Managed).sql create mode 100644 Sybase.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Sybase.Managed).sql diff --git a/Sybase.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Sybase.Managed).sql b/Sybase.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Sybase.Managed).sql new file mode 100644 index 00000000000..cea73dcffd1 --- /dev/null +++ b/Sybase.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Sybase.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Sybase.Managed Sybase (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- Sybase.Managed Sybase (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + diff --git a/Sybase.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Sybase.Managed).sql b/Sybase.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Sybase.Managed).sql new file mode 100644 index 00000000000..cea73dcffd1 --- /dev/null +++ b/Sybase.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Sybase.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Sybase.Managed Sybase (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] +ORDER BY + [t1].[ParentID], + [t1].[ChildID] + +BeforeExecute +-- Sybase.Managed Sybase (asynchronously) + +SELECT + [t1].[ParentID], + [t1].[ChildID] +FROM + [Child] [t1] + From 0011c334d55fbb09b201a2badb4874a93ca6abbc Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 03:16:48 +0000 Subject: [PATCH 33/39] [Linux / SQL Server 2019] baselines --- ....Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql b/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql index 9e483037c8d..76251f8c9c4 100644 --- a/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql +++ b/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql @@ -2,6 +2,8 @@ -- SqlServer.SA SqlServer.2019 DECLARE @ParentID Int -- Int32 SET @ParentID = 1 +DECLARE @ParentID_1 Int -- Int32 +SET @ParentID_1 = 1 SELECT [x].[ParentID], @@ -9,7 +11,7 @@ SELECT FROM [Parent] [x] WHERE - ([x].[ParentID] = @ParentID OR [x].[ParentID] = @ParentID) + ([x].[ParentID] = @ParentID OR [x].[ParentID] = @ParentID_1) BeforeExecute -- SqlServer.SA SqlServer.2019 From fd7d4293d40a88f8511069797ef9de630673b389 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 03:30:51 +0000 Subject: [PATCH 34/39] [Linux / SAP HANA 2] baselines --- ...cTests.ToLookupAsyncTest(SapHana.Odbc).sql | 21 +++++++++++++++++++ ...ToLookupElementAsyncTest(SapHana.Odbc).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 SapHana.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SapHana.Odbc).sql create mode 100644 SapHana.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SapHana.Odbc).sql diff --git a/SapHana.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SapHana.Odbc).sql b/SapHana.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SapHana.Odbc).sql new file mode 100644 index 00000000000..25ca99a1d32 --- /dev/null +++ b/SapHana.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(SapHana.Odbc).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SapHana.Odbc SapHanaOdbc (asynchronously) + +SELECT + "t1"."ParentID", + "t1"."ChildID" +FROM + "Child" "t1" +ORDER BY + "t1"."ParentID", + "t1"."ChildID" + +BeforeExecute +-- SapHana.Odbc SapHanaOdbc (asynchronously) + +SELECT + "t1"."ParentID", + "t1"."ChildID" +FROM + "Child" "t1" + diff --git a/SapHana.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SapHana.Odbc).sql b/SapHana.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SapHana.Odbc).sql new file mode 100644 index 00000000000..25ca99a1d32 --- /dev/null +++ b/SapHana.Odbc/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(SapHana.Odbc).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- SapHana.Odbc SapHanaOdbc (asynchronously) + +SELECT + "t1"."ParentID", + "t1"."ChildID" +FROM + "Child" "t1" +ORDER BY + "t1"."ParentID", + "t1"."ChildID" + +BeforeExecute +-- SapHana.Odbc SapHanaOdbc (asynchronously) + +SELECT + "t1"."ParentID", + "t1"."ChildID" +FROM + "Child" "t1" + From 21b7beeaeff7a24ff1b4cea75b8153ae325f98f7 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 05:12:41 +0000 Subject: [PATCH 35/39] [Linux / Firebird 5.0] baselines --- ...yncTests.ToLookupAsyncTest(Firebird.5).sql | 21 +++++++++++++++++++ ...s.ToLookupElementAsyncTest(Firebird.5).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Firebird.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.5).sql create mode 100644 Firebird.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.5).sql diff --git a/Firebird.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.5).sql b/Firebird.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.5).sql new file mode 100644 index 00000000000..16e349713c0 --- /dev/null +++ b/Firebird.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Firebird.5).sql @@ -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" + diff --git a/Firebird.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.5).sql b/Firebird.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.5).sql new file mode 100644 index 00000000000..16e349713c0 --- /dev/null +++ b/Firebird.5/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Firebird.5).sql @@ -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" + From fc20dbb554cad62270f0bb3e90d6840cc1a09b94 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 07:16:29 +0200 Subject: [PATCH 36/39] [Linux / Oracle 23c] baselines --- ...s.ToLookupAsyncTest(Oracle.23.Managed).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(Oracle.23.Managed).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Oracle.23.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.23.Managed).sql create mode 100644 Oracle.23.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.23.Managed).sql diff --git a/Oracle.23.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.23.Managed).sql b/Oracle.23.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.23.Managed).sql new file mode 100644 index 00000000000..c5ba2d1a176 --- /dev/null +++ b/Oracle.23.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.23.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Oracle.23.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- Oracle.23.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + diff --git a/Oracle.23.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.23.Managed).sql b/Oracle.23.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.23.Managed).sql new file mode 100644 index 00000000000..c5ba2d1a176 --- /dev/null +++ b/Oracle.23.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.23.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Oracle.23.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- Oracle.23.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + From e44d2425f317c9526fb64f1d222ce6d27b72398b Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 07:16:41 +0200 Subject: [PATCH 37/39] [Linux / Oracle 12c] baselines --- ...s.ToLookupAsyncTest(Oracle.12.Managed).sql | 21 +++++++++++++++++++ ...kupElementAsyncTest(Oracle.12.Managed).sql | 21 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Oracle.12.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.12.Managed).sql create mode 100644 Oracle.12.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.12.Managed).sql diff --git a/Oracle.12.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.12.Managed).sql b/Oracle.12.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.12.Managed).sql new file mode 100644 index 00000000000..f16157eeccd --- /dev/null +++ b/Oracle.12.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(Oracle.12.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Oracle.12.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- Oracle.12.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + diff --git a/Oracle.12.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.12.Managed).sql b/Oracle.12.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.12.Managed).sql new file mode 100644 index 00000000000..f16157eeccd --- /dev/null +++ b/Oracle.12.Managed/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(Oracle.12.Managed).sql @@ -0,0 +1,21 @@ +BeforeExecute +-- Oracle.12.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 +ORDER BY + t1."ParentID", + t1."ChildID" + +BeforeExecute +-- Oracle.12.Managed Oracle.Managed Oracle12 (asynchronously) + +SELECT + t1."ParentID", + t1."ChildID" +FROM + "Child" t1 + From 6e7ff6c4c887884dde9f8692228f252764db3927 Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 20:27:42 +0000 Subject: [PATCH 38/39] [Windows / SQL Server EXTRAS] baselines --- ....Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql b/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql index 76251f8c9c4..9e483037c8d 100644 --- a/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql +++ b/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql @@ -2,8 +2,6 @@ -- SqlServer.SA SqlServer.2019 DECLARE @ParentID Int -- Int32 SET @ParentID = 1 -DECLARE @ParentID_1 Int -- Int32 -SET @ParentID_1 = 1 SELECT [x].[ParentID], @@ -11,7 +9,7 @@ SELECT FROM [Parent] [x] WHERE - ([x].[ParentID] = @ParentID OR [x].[ParentID] = @ParentID_1) + ([x].[ParentID] = @ParentID OR [x].[ParentID] = @ParentID) BeforeExecute -- SqlServer.SA SqlServer.2019 From 667bd669a2c5cc15ea28a3c97218b4384e45dd2a Mon Sep 17 00:00:00 2001 From: Azure Pipelines Bot Date: Sun, 20 Oct 2024 21:26:15 +0000 Subject: [PATCH 39/39] [Linux / SQL Server 2019] baselines --- ....Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql b/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql index 9e483037c8d..76251f8c9c4 100644 --- a/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql +++ b/SqlServer.SA.LinqService/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(SqlServer.SA.LinqService).sql @@ -2,6 +2,8 @@ -- SqlServer.SA SqlServer.2019 DECLARE @ParentID Int -- Int32 SET @ParentID = 1 +DECLARE @ParentID_1 Int -- Int32 +SET @ParentID_1 = 1 SELECT [x].[ParentID], @@ -9,7 +11,7 @@ SELECT FROM [Parent] [x] WHERE - ([x].[ParentID] = @ParentID OR [x].[ParentID] = @ParentID) + ([x].[ParentID] = @ParentID OR [x].[ParentID] = @ParentID_1) BeforeExecute -- SqlServer.SA SqlServer.2019