Skip to content

Commit 9a4fd0d

Browse files
author
Azure Pipelines Bot
committed
[Linux / Firebird 3.0] baselines
1 parent d38bdcc commit 9a4fd0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Firebird.3.LinqService/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.InsertWithConditionInsertUpdateWithConditionDeleteWithConditionDelete(Firebird.3.LinqService).sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,14 @@ BeforeExecute
236236

237237
MERGE INTO "TestMerge1" "Target"
238238
USING (
239-
SELECT 4 AS "source_Id", 5 AS "source_Field1", 7 AS "source_Field2", 214 AS "source_Field4", NULL AS "source_Field3" FROM rdb$database
239+
SELECT 3 AS "source_Id", NULL AS "source_Field1", 3 AS "source_Field2", NULL AS "source_Field4", NULL AS "source_Field3" FROM rdb$database
240+
UNION ALL
241+
SELECT 4, 5, 7, 214, NULL FROM rdb$database
240242
UNION ALL
241243
SELECT 5, 10, 4, NULL, NULL FROM rdb$database
242244
UNION ALL
243245
SELECT 6, NULL, NULL, 216, NULL FROM rdb$database
244246
UNION ALL
245-
SELECT 3, NULL, 3, NULL, NULL FROM rdb$database
246-
UNION ALL
247247
SELECT 1, 123, NULL, NULL, NULL FROM rdb$database) "Source"
248248
(
249249
"source_Id",

0 commit comments

Comments
 (0)