Skip to content

Commit 0b8831f

Browse files
author
Azure Pipelines Bot
committed
[Windows / SQLite (both providers)] baselines
1 parent b0be87f commit 0b8831f

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Northwind.SQLite.MS/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.NorthwindTest(Northwind.SQLite.MS).sql

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,26 +68,18 @@
6868

6969
-- Northwind.SQLite.MS SQLite.MS SQLite
7070

71-
SELECT * FROM [Products by Category]
71+
SELECT * FROM [Summary of Sales by Quarter]
7272

7373
-- Northwind.SQLite.MS SQLite.MS SQLite
7474

7575
SELECT * FROM [Summary of Sales by Year]
7676

7777
-- Northwind.SQLite.MS SQLite.MS SQLite
7878

79-
SELECT * FROM [Summary of Sales by Quarter]
80-
81-
-- Northwind.SQLite.MS SQLite.MS SQLite
82-
8379
SELECT * FROM [Order Subtotals]
8480

8581
-- Northwind.SQLite.MS SQLite.MS SQLite
8682

87-
SELECT * FROM [Alphabetical list of products]
88-
89-
-- Northwind.SQLite.MS SQLite.MS SQLite
90-
9183
SELECT * FROM [Products Above Average Price]
9284

9385
-- Northwind.SQLite.MS SQLite.MS SQLite
@@ -106,6 +98,14 @@ SELECT * FROM [Customer and Suppliers by City]
10698

10799
SELECT * FROM [Current Product List]
108100

101+
-- Northwind.SQLite.MS SQLite.MS SQLite
102+
103+
SELECT * FROM [Products by Category]
104+
105+
-- Northwind.SQLite.MS SQLite.MS SQLite
106+
107+
SELECT * FROM [Alphabetical list of products]
108+
109109
-- Northwind.SQLite.MS SQLite.MS SQLite
110110

111111

Northwind.SQLite/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.NorthwindTest(Northwind.SQLite).sql

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,26 +68,18 @@
6868

6969
-- Northwind.SQLite SQLite.Classic SQLite
7070

71-
SELECT * FROM [Products by Category]
71+
SELECT * FROM [Summary of Sales by Quarter]
7272

7373
-- Northwind.SQLite SQLite.Classic SQLite
7474

7575
SELECT * FROM [Summary of Sales by Year]
7676

7777
-- Northwind.SQLite SQLite.Classic SQLite
7878

79-
SELECT * FROM [Summary of Sales by Quarter]
80-
81-
-- Northwind.SQLite SQLite.Classic SQLite
82-
8379
SELECT * FROM [Order Subtotals]
8480

8581
-- Northwind.SQLite SQLite.Classic SQLite
8682

87-
SELECT * FROM [Alphabetical list of products]
88-
89-
-- Northwind.SQLite SQLite.Classic SQLite
90-
9183
SELECT * FROM [Products Above Average Price]
9284

9385
-- Northwind.SQLite SQLite.Classic SQLite
@@ -106,6 +98,14 @@ SELECT * FROM [Customer and Suppliers by City]
10698

10799
SELECT * FROM [Current Product List]
108100

101+
-- Northwind.SQLite SQLite.Classic SQLite
102+
103+
SELECT * FROM [Products by Category]
104+
105+
-- Northwind.SQLite SQLite.Classic SQLite
106+
107+
SELECT * FROM [Alphabetical list of products]
108+
109109
-- Northwind.SQLite SQLite.Classic SQLite
110110

111111

0 commit comments

Comments
 (0)