Skip to content

Baselines for https://github.com/linq2db/linq2db/pull/4949 #1452

New issue

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

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

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
BeforeExecute
-- SqlServer.2005.MS SqlServer.2005

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

BeforeExecute
BeginTransaction
BeforeExecute
-- SqlServer.2005.MS SqlServer.2005
DECLARE @ParentID Int -- Int32
SET @ParentID = -345
DECLARE @Value1 Int -- Int32
SET @Value1 = NULL

INSERT INTO [Parent]
(
[ParentID],
[Value1]
)
VALUES
(
@ParentID,
@Value1
)

BeforeExecute
-- SqlServer.2005.MS SqlServer.2005

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

BeforeExecute
RollbackTransaction
BeforeExecute
-- SqlServer.2005.MS SqlServer.2005

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
BeforeExecute
-- SqlServer.2005

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

BeforeExecute
BeginTransaction
BeforeExecute
-- SqlServer.2005
DECLARE @ParentID Int -- Int32
SET @ParentID = -345
DECLARE @Value1 Int -- Int32
SET @Value1 = NULL

INSERT INTO [Parent]
(
[ParentID],
[Value1]
)
VALUES
(
@ParentID,
@Value1
)

BeforeExecute
-- SqlServer.2005

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

BeforeExecute
RollbackTransaction
BeforeExecute
-- SqlServer.2005

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
BeforeExecute
-- SqlServer.2008.MS SqlServer.2008

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

BeforeExecute
BeginTransaction
BeforeExecute
-- SqlServer.2008.MS SqlServer.2008
DECLARE @ParentID Int -- Int32
SET @ParentID = -345
DECLARE @Value1 Int -- Int32
SET @Value1 = NULL

INSERT INTO [Parent]
(
[ParentID],
[Value1]
)
VALUES
(
@ParentID,
@Value1
)

BeforeExecute
-- SqlServer.2008.MS SqlServer.2008

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

BeforeExecute
RollbackTransaction
BeforeExecute
-- SqlServer.2008.MS SqlServer.2008

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
BeforeExecute
-- SqlServer.2008

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

BeforeExecute
BeginTransaction
BeforeExecute
-- SqlServer.2008
DECLARE @ParentID Int -- Int32
SET @ParentID = -345
DECLARE @Value1 Int -- Int32
SET @Value1 = NULL

INSERT INTO [Parent]
(
[ParentID],
[Value1]
)
VALUES
(
@ParentID,
@Value1
)

BeforeExecute
-- SqlServer.2008

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

BeforeExecute
RollbackTransaction
BeforeExecute
-- SqlServer.2008

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
BeforeExecute
-- SqlServer.2012.MS SqlServer.2012

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

BeforeExecute
BeginTransaction
BeforeExecute
-- SqlServer.2012.MS SqlServer.2012
DECLARE @ParentID Int -- Int32
SET @ParentID = -345
DECLARE @Value1 Int -- Int32
SET @Value1 = NULL

INSERT INTO [Parent]
(
[ParentID],
[Value1]
)
VALUES
(
@ParentID,
@Value1
)

BeforeExecute
-- SqlServer.2012.MS SqlServer.2012

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

BeforeExecute
RollbackTransaction
BeforeExecute
-- SqlServer.2012.MS SqlServer.2012

SELECT
[p].[object_id],
OBJECT_SCHEMA_NAME([p].[object_id]),
OBJECT_NAME([p].[object_id]),
SUM(Coalesce([p].[rows], 0))
FROM
[sys].[partitions] [p]
INNER JOIN [sys].[objects] [a_Object] ON [p].[object_id] = [a_Object].[object_id]
WHERE
[p].[index_id] IN (0, 1) AND [a_Object].[type] = N'U'
GROUP BY
[p].[object_id]
ORDER BY
[p].[object_id]

Loading