Skip to content

Commit dead22a

Browse files
committed
reviewed: trivial changes
1 parent be28fcc commit dead22a

File tree

17,452 files changed

+103653
-25438
lines changed

Some content is hidden

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

17,452 files changed

+103653
-25438
lines changed

Access.Ace.Odbc.LinqService/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1096Test(Access.Ace.Odbc.LinqService).sql

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,21 @@
11
BeforeExecute
22
-- Access.Ace.Odbc AccessODBC (asynchronously)
3+
DECLARE @Pk Int -- Int32
4+
SET @Pk = 1
35
DECLARE @Id Int -- Int32
46
SET @Id = 1
57
DECLARE @TargetName NVarChar(12) -- String
68
SET @TargetName = 'bda.Requests'
79

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

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

Access.Ace.Odbc.LinqService/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue191Test(Access.Ace.Odbc.LinqService).sql

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

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

Access.Ace.Odbc.LinqService/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(Access.Ace.Odbc.LinqService,False,False).sql

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

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

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

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

Access.Ace.Odbc.LinqService/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(Access.Ace.Odbc.LinqService,False,True).sql

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

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

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

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

Access.Ace.Odbc.LinqService/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(Access.Ace.Odbc.LinqService,True,False).sql

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

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

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

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

Access.Ace.Odbc.LinqService/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(Access.Ace.Odbc.LinqService,True,True).sql

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

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

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

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

Access.Ace.Odbc.LinqService/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(Access.Ace.Odbc.LinqService,False,False).sql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-- Access.Ace.Odbc AccessODBC (asynchronously)
33

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

1920
SELECT
21+
[t1].[PK],
2022
[t1].[ID]
2123
FROM
2224
[test_in_1] [t1]
@@ -25,7 +27,9 @@ BeforeExecute
2527
-- Access.Ace.Odbc AccessODBC (asynchronously)
2628

2729
SELECT
28-
[t1].[ID]
30+
[t1].[PK],
31+
[t1].[ID],
32+
[t1].[GV]
2933
FROM
3034
[test_in_2] [t1]
3135

Access.Ace.Odbc.LinqService/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(Access.Ace.Odbc.LinqService,False,True).sql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-- Access.Ace.Odbc AccessODBC (asynchronously)
33

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

1920
SELECT
21+
[t1].[PK],
2022
[t1].[ID]
2123
FROM
2224
[test_in_1] [t1]
@@ -25,7 +27,9 @@ BeforeExecute
2527
-- Access.Ace.Odbc AccessODBC (asynchronously)
2628

2729
SELECT
28-
[t1].[ID]
30+
[t1].[PK],
31+
[t1].[ID],
32+
[t1].[GV]
2933
FROM
3034
[test_in_2] [t1]
3135

Access.Ace.Odbc.LinqService/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(Access.Ace.Odbc.LinqService,True,False).sql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-- Access.Ace.Odbc AccessODBC (asynchronously)
33

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

2122
SELECT
23+
[t1].[PK],
2224
[t1].[ID]
2325
FROM
2426
[test_in_1] [t1]
@@ -27,7 +29,9 @@ BeforeExecute
2729
-- Access.Ace.Odbc AccessODBC (asynchronously)
2830

2931
SELECT
30-
[t1].[ID]
32+
[t1].[PK],
33+
[t1].[ID],
34+
[t1].[GV]
3135
FROM
3236
[test_in_2] [t1]
3337

Access.Ace.Odbc.LinqService/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(Access.Ace.Odbc.LinqService,True,True).sql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-- Access.Ace.Odbc AccessODBC (asynchronously)
33

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

2122
SELECT
23+
[t1].[PK],
2224
[t1].[ID]
2325
FROM
2426
[test_in_1] [t1]
@@ -27,7 +29,9 @@ BeforeExecute
2729
-- Access.Ace.Odbc AccessODBC (asynchronously)
2830

2931
SELECT
30-
[t1].[ID]
32+
[t1].[PK],
33+
[t1].[ID],
34+
[t1].[GV]
3135
FROM
3236
[test_in_2] [t1]
3337

0 commit comments

Comments
 (0)