Skip to content

Commit 107a06c

Browse files
linq2dbotAzure Pipelines Bot
andauthored
Baselines for linq2db/linq2db#5117 (#1534)
* [Windows / SQLite (specialized tests)] baselines * [Windows / SQLite (both providers)] baselines --------- Co-authored-by: Azure Pipelines Bot <[email protected]>
1 parent 49c6d4a commit 107a06c

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
BeforeExecute
2+
-- SQLite.Classic.MPM SQLite.Classic SQLite
3+
4+
DROP TABLE IF EXISTS Issue5014TestTable
5+
6+
BeforeExecute
7+
-- SQLite.Classic.MPM SQLite.Classic SQLite
8+
9+
CREATE TABLE "Issue5014TestTable" (
10+
"Id" INTEGER NOT NULL PRIMARY KEY,
11+
"Name" TEXT NOT NULL
12+
) without rowid;
13+
14+
BeforeExecute
15+
-- SQLite.Classic.MPM SQLite.Classic SQLite
16+
17+
DROP TABLE IF EXISTS Issue5014TestTable
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
BeforeExecute
2+
-- SQLite.Classic.MPU SQLite.Classic SQLite
3+
4+
DROP TABLE IF EXISTS Issue5014TestTable
5+
6+
BeforeExecute
7+
-- SQLite.Classic.MPU SQLite.Classic SQLite
8+
9+
CREATE TABLE "Issue5014TestTable" (
10+
"Id" INTEGER NOT NULL PRIMARY KEY,
11+
"Name" TEXT NOT NULL
12+
) without rowid;
13+
14+
BeforeExecute
15+
-- SQLite.Classic.MPU SQLite.Classic SQLite
16+
17+
DROP TABLE IF EXISTS Issue5014TestTable
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
BeforeExecute
2+
-- SQLite.Classic SQLite
3+
4+
DROP TABLE IF EXISTS Issue5014TestTable
5+
6+
BeforeExecute
7+
-- SQLite.Classic SQLite
8+
9+
CREATE TABLE "Issue5014TestTable" (
10+
"Id" INTEGER NOT NULL PRIMARY KEY,
11+
"Name" TEXT NOT NULL
12+
) without rowid;
13+
14+
BeforeExecute
15+
-- SQLite.Classic SQLite
16+
17+
DROP TABLE IF EXISTS Issue5014TestTable
18+

0 commit comments

Comments
 (0)