Skip to content

Commit c3bd10a

Browse files
author
Azure Pipelines Bot
committed
[Linux / Sybase ASE 16] baselines
1 parent 3f4ef97 commit c3bd10a

File tree

275 files changed

+1361
-461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+1361
-461
lines changed

Sybase.Managed.LinqService/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1096Test(Sybase.Managed.LinqService).sql

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,21 @@
11
BeforeExecute
22
-- Sybase.Managed Sybase (asynchronously)
3+
DECLARE @Pk Integer -- Int32
4+
SET @Pk = 1
35
DECLARE @Id Integer -- Int32
46
SET @Id = 1
57
DECLARE @TargetName UniVarChar(12) -- String
68
SET @TargetName = 'bda.Requests'
79

810
INSERT INTO [Issue1096Task]
911
(
12+
[Pk],
1013
[Id],
1114
[TargetName]
1215
)
1316
VALUES
1417
(
15-
@Id,
16-
@TargetName
17-
)
18-
19-
BeforeExecute
20-
-- Sybase.Managed Sybase (asynchronously)
21-
DECLARE @Id Integer -- Int32
22-
SET @Id = 1
23-
DECLARE @TargetName UniVarChar(12) -- String
24-
SET @TargetName = 'bda.Requests'
25-
26-
INSERT INTO [Issue1096Task]
27-
(
28-
[Id],
29-
[TargetName]
30-
)
31-
VALUES
32-
(
18+
@Pk,
3319
@Id,
3420
@TargetName
3521
)
@@ -60,6 +46,7 @@ BeforeExecute
6046
-- Sybase.Managed Sybase (asynchronously)
6147

6248
SELECT DISTINCT
49+
[t].[Pk],
6350
[t].[Id],
6451
[t].[TargetName],
6552
[a_ActualStage].[Id],

Sybase.Managed.LinqService/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue191Test(Sybase.Managed.LinqService).sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-- Sybase.Managed Sybase (asynchronously)
33

44
SELECT
5+
[user_1].[Id],
56
[user_1].[FirstName],
67
[user_1].[Status]
78
FROM

Sybase.Managed.LinqService/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test2(Sybase.Managed.LinqService).sql

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,10 @@ SELECT
6060
[d].[Id],
6161
[d].[Text]
6262
FROM
63-
(
64-
SELECT DISTINCT
65-
[Item1].[Id]
66-
FROM
67-
[Names] [Item1]
68-
) [m_1]
63+
[Names] [m_1]
6964
INNER JOIN [Addresses] [d] ON [m_1].[Id] = [d].[Id]
65+
ORDER BY
66+
[m_1].[Id]
7067

7168
BeforeExecute
7269
-- Sybase.Managed Sybase (asynchronously)

Sybase.Managed.LinqService/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AverageInGroup(Sybase.Managed.LinqService).sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ BeforeExecute
3333
-- Sybase.Managed Sybase (asynchronously)
3434

3535
SELECT
36+
[t1].[Id],
3637
[t1].[GroupId],
3738
[t1].[DataValue]
3839
FROM

Sybase.Managed.LinqService/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MaxInGroup(Sybase.Managed.LinqService).sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ BeforeExecute
3131
-- Sybase.Managed Sybase (asynchronously)
3232

3333
SELECT
34+
[t1].[Id],
3435
[t1].[GroupId],
3536
[t1].[DataValue]
3637
FROM

Sybase.Managed.LinqService/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MinInGroup(Sybase.Managed.LinqService).sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ BeforeExecute
3131
-- Sybase.Managed Sybase (asynchronously)
3232

3333
SELECT
34+
[t1].[Id],
3435
[t1].[GroupId],
3536
[t1].[DataValue]
3637
FROM

Sybase.Managed.LinqService/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumInGroup(Sybase.Managed.LinqService).sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ BeforeExecute
3131
-- Sybase.Managed Sybase (asynchronously)
3232

3333
SELECT
34+
[t1].[Id],
3435
[t1].[GroupId],
3536
[t1].[DataValue]
3637
FROM

Sybase.Managed.LinqService/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(Sybase.Managed.LinqService,False,False).sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-- Sybase.Managed Sybase (asynchronously)
33

44
SELECT
5+
[t].[PK],
56
[t].[ID]
67
FROM
78
[test_in_1] [t]
@@ -17,6 +18,7 @@ BeforeExecute
1718
-- Sybase.Managed Sybase (asynchronously)
1819

1920
SELECT
21+
[t1].[PK],
2022
[t1].[ID]
2123
FROM
2224
[test_in_1] [t1]
@@ -25,6 +27,7 @@ BeforeExecute
2527
-- Sybase.Managed Sybase (asynchronously)
2628

2729
SELECT
30+
[t1].[PK],
2831
[t1].[ID]
2932
FROM
3033
[test_in_2] [t1]

Sybase.Managed.LinqService/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(Sybase.Managed.LinqService,False,True).sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-- Sybase.Managed Sybase (asynchronously)
33

44
SELECT
5+
[t].[PK],
56
[t].[ID]
67
FROM
78
[test_in_1] [t]
@@ -17,6 +18,7 @@ BeforeExecute
1718
-- Sybase.Managed Sybase (asynchronously)
1819

1920
SELECT
21+
[t1].[PK],
2022
[t1].[ID]
2123
FROM
2224
[test_in_1] [t1]
@@ -25,6 +27,7 @@ BeforeExecute
2527
-- Sybase.Managed Sybase (asynchronously)
2628

2729
SELECT
30+
[t1].[PK],
2831
[t1].[ID]
2932
FROM
3033
[test_in_2] [t1]

Sybase.Managed.LinqService/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(Sybase.Managed.LinqService,True,False).sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-- Sybase.Managed Sybase (asynchronously)
33

44
SELECT
5+
[t].[PK],
56
[t].[ID]
67
FROM
78
[test_in_1] [t]
@@ -19,6 +20,7 @@ BeforeExecute
1920
-- Sybase.Managed Sybase (asynchronously)
2021

2122
SELECT
23+
[t1].[PK],
2224
[t1].[ID]
2325
FROM
2426
[test_in_1] [t1]
@@ -27,6 +29,7 @@ BeforeExecute
2729
-- Sybase.Managed Sybase (asynchronously)
2830

2931
SELECT
32+
[t1].[PK],
3033
[t1].[ID]
3134
FROM
3235
[test_in_2] [t1]

0 commit comments

Comments
 (0)