Skip to content

Commit 1f9c4cc

Browse files
author
Azure Pipelines Bot
committed
[Linux / SQLite (both providers)] baselines
1 parent 5cf42a8 commit 1f9c4cc

14 files changed

+28
-28
lines changed

SQLite.MS.LinqService/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.SetWithTernaryOperatorIssue(SQLite.MS.LinqService).sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ WHERE
4949
BeforeExecute
5050
-- SQLite.MS SQLite
5151
DECLARE @id -- Int32
52-
SET @id = 5
52+
SET @id = 11
5353

5454
SELECT
5555
[t1].[PersonID],

SQLite.MS.LinqService/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(SQLite.MS.LinqService,False).sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SET @LastName = 'whatever'
5555
DECLARE @Gender Char(1) -- AnsiStringFixedLength
5656
SET @Gender = 'M'
5757
DECLARE @ID -- Int32
58-
SET @ID = 5
58+
SET @ID = 15
5959

6060
UPDATE
6161
[Person]

SQLite.MS.LinqService/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(SQLite.MS.LinqService,True).sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SET @MiddleName = 'updated name'
5757
DECLARE @Gender Char(1) -- AnsiStringFixedLength
5858
SET @Gender = 'M'
5959
DECLARE @ID -- Int32
60-
SET @ID = 5
60+
SET @ID = 14
6161

6262
UPDATE
6363
[Person]

SQLite.MS.LinqService/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter2(SQLite.MS.LinqService).sql

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ BeforeExecute
5151
DECLARE @FirstName NVarChar(25) -- String
5252
SET @FirstName = 'UpdateColumnFilterUpdated'
5353
DECLARE @ID -- Int32
54-
SET @ID = 5
54+
SET @ID = 17
5555

5656
UPDATE
5757
[Person]
@@ -63,7 +63,7 @@ WHERE
6363
BeforeExecute
6464
-- SQLite.MS SQLite
6565
DECLARE @ID -- Int32
66-
SET @ID = 5
66+
SET @ID = 17
6767

6868
SELECT
6969
[x].[FirstName],
@@ -88,7 +88,7 @@ SET @MiddleName = NULL
8888
DECLARE @Gender Char(1) -- AnsiStringFixedLength
8989
SET @Gender = 'M'
9090
DECLARE @ID -- Int32
91-
SET @ID = 5
91+
SET @ID = 17
9292

9393
UPDATE
9494
[Person]
@@ -103,7 +103,7 @@ WHERE
103103
BeforeExecute
104104
-- SQLite.MS SQLite
105105
DECLARE @ID -- Int32
106-
SET @ID = 5
106+
SET @ID = 17
107107

108108
SELECT
109109
[t1].[FirstName],

SQLite.MS.LinqService/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1(SQLite.MS.LinqService).sql

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SELECT last_insert_rowid()
3737
BeforeExecute
3838
-- SQLite.MS SQLite
3939
DECLARE @id -- Int32
40-
SET @id = 5
40+
SET @id = 21
4141

4242
SELECT
4343
[t1].[PersonID],
@@ -62,7 +62,7 @@ SET @Name_MiddleName = NULL
6262
DECLARE @Name_LastName NVarChar(13) -- String
6363
SET @Name_LastName = 'UpdateComplex'
6464
DECLARE @ID -- Int32
65-
SET @ID = 5
65+
SET @ID = 21
6666

6767
UPDATE
6868
[Person]
@@ -77,7 +77,7 @@ WHERE
7777
BeforeExecute
7878
-- SQLite.MS SQLite
7979
DECLARE @id -- Int32
80-
SET @id = 5
80+
SET @id = 21
8181

8282
SELECT
8383
[t1].[PersonID],

SQLite.MS.LinqService/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1Async(SQLite.MS.LinqService).sql

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SELECT last_insert_rowid()
3737
BeforeExecute
3838
-- SQLite.MS SQLite (asynchronously)
3939
DECLARE @id -- Int32
40-
SET @id = 5
40+
SET @id = 23
4141

4242
SELECT
4343
[t1].[PersonID],
@@ -62,7 +62,7 @@ SET @Name_MiddleName = NULL
6262
DECLARE @Name_LastName NVarChar(13) -- String
6363
SET @Name_LastName = 'UpdateComplex'
6464
DECLARE @ID -- Int32
65-
SET @ID = 5
65+
SET @ID = 23
6666

6767
UPDATE
6868
[Person]
@@ -77,7 +77,7 @@ WHERE
7777
BeforeExecute
7878
-- SQLite.MS SQLite (asynchronously)
7979
DECLARE @id -- Int32
80-
SET @id = 5
80+
SET @id = 23
8181

8282
SELECT
8383
[t1].[PersonID],

SQLite.MS.LinqService/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex2(SQLite.MS.LinqService).sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ WHERE
4747
BeforeExecute
4848
-- SQLite.MS SQLite
4949
DECLARE @id -- Int32
50-
SET @id = 5
50+
SET @id = 25
5151

5252
SELECT
5353
[t1].[PersonID],

SQLite.MS/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.SetWithTernaryOperatorIssue(SQLite.MS).sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ WHERE
4949
BeforeExecute
5050
-- SQLite.MS SQLite
5151
DECLARE @id -- Int32
52-
SET @id = 5
52+
SET @id = 10
5353

5454
SELECT
5555
[t1].[PersonID],

SQLite.MS/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(SQLite.MS,False).sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SET @LastName = 'whatever'
5555
DECLARE @Gender Char(1) -- AnsiStringFixedLength
5656
SET @Gender = 'M'
5757
DECLARE @ID -- Int32
58-
SET @ID = 5
58+
SET @ID = 13
5959

6060
UPDATE
6161
[Person]

SQLite.MS/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(SQLite.MS,True).sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SET @MiddleName = 'updated name'
5757
DECLARE @Gender Char(1) -- AnsiStringFixedLength
5858
SET @Gender = 'M'
5959
DECLARE @ID -- Int32
60-
SET @ID = 5
60+
SET @ID = 12
6161

6262
UPDATE
6363
[Person]

SQLite.MS/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter2(SQLite.MS).sql

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ BeforeExecute
5151
DECLARE @FirstName NVarChar(25) -- String
5252
SET @FirstName = 'UpdateColumnFilterUpdated'
5353
DECLARE @ID -- Int32
54-
SET @ID = 5
54+
SET @ID = 16
5555

5656
UPDATE
5757
[Person]
@@ -63,7 +63,7 @@ WHERE
6363
BeforeExecute
6464
-- SQLite.MS SQLite
6565
DECLARE @ID -- Int32
66-
SET @ID = 5
66+
SET @ID = 16
6767

6868
SELECT
6969
[x].[FirstName],
@@ -88,7 +88,7 @@ SET @MiddleName = NULL
8888
DECLARE @Gender Char(1) -- AnsiStringFixedLength
8989
SET @Gender = 'M'
9090
DECLARE @ID -- Int32
91-
SET @ID = 5
91+
SET @ID = 16
9292

9393
UPDATE
9494
[Person]
@@ -103,7 +103,7 @@ WHERE
103103
BeforeExecute
104104
-- SQLite.MS SQLite
105105
DECLARE @ID -- Int32
106-
SET @ID = 5
106+
SET @ID = 16
107107

108108
SELECT
109109
[t1].[FirstName],

SQLite.MS/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1(SQLite.MS).sql

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SELECT last_insert_rowid()
3737
BeforeExecute
3838
-- SQLite.MS SQLite
3939
DECLARE @id -- Int32
40-
SET @id = 5
40+
SET @id = 20
4141

4242
SELECT
4343
[t1].[PersonID],
@@ -62,7 +62,7 @@ SET @Name_MiddleName = NULL
6262
DECLARE @Name_LastName NVarChar(13) -- String
6363
SET @Name_LastName = 'UpdateComplex'
6464
DECLARE @ID -- Int32
65-
SET @ID = 5
65+
SET @ID = 20
6666

6767
UPDATE
6868
[Person]
@@ -77,7 +77,7 @@ WHERE
7777
BeforeExecute
7878
-- SQLite.MS SQLite
7979
DECLARE @id -- Int32
80-
SET @id = 5
80+
SET @id = 20
8181

8282
SELECT
8383
[t1].[PersonID],

SQLite.MS/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1Async(SQLite.MS).sql

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SELECT last_insert_rowid()
3737
BeforeExecute
3838
-- SQLite.MS SQLite (asynchronously)
3939
DECLARE @id -- Int32
40-
SET @id = 5
40+
SET @id = 22
4141

4242
SELECT
4343
[t1].[PersonID],
@@ -62,7 +62,7 @@ SET @Name_MiddleName = NULL
6262
DECLARE @Name_LastName NVarChar(13) -- String
6363
SET @Name_LastName = 'UpdateComplex'
6464
DECLARE @ID -- Int32
65-
SET @ID = 5
65+
SET @ID = 22
6666

6767
UPDATE
6868
[Person]
@@ -77,7 +77,7 @@ WHERE
7777
BeforeExecute
7878
-- SQLite.MS SQLite (asynchronously)
7979
DECLARE @id -- Int32
80-
SET @id = 5
80+
SET @id = 22
8181

8282
SELECT
8383
[t1].[PersonID],

SQLite.MS/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex2(SQLite.MS).sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ WHERE
4747
BeforeExecute
4848
-- SQLite.MS SQLite
4949
DECLARE @id -- Int32
50-
SET @id = 5
50+
SET @id = 24
5151

5252
SELECT
5353
[t1].[PersonID],

0 commit comments

Comments
 (0)